Fix the endpoint of /v2 on concept doc
As the folloing content of etc/nova/api-paste.ini, legacy v2 endpoint is /v2, not /v2.1. /v1.1: openstack_compute_api_v21_legacy_v2_compatible /v2: openstack_compute_api_v21_legacy_v2_compatible /v2.1: openstack_compute_api_v21 So this patch fixes the endpoint. Partially implements blueprint complete-todo-in-api-concept-doc Change-Id: I6d9346ced38f522c516778cadae217d1d5c9cff1
This commit is contained in:
parent
4ce28e5c2b
commit
1c6076a2fb
@ -59,7 +59,8 @@ Following the Liberty release, every Nova deployment should have
|
|||||||
the following endpoints:
|
the following endpoints:
|
||||||
|
|
||||||
* / - list of available versions
|
* / - list of available versions
|
||||||
* /v2.0 - the first version of the Compute API, uses extensions
|
* /v2 - the first version of the Compute API, uses extensions
|
||||||
|
(we call this Compute API v2.0)
|
||||||
* /v1.1 - an alias for v2.0 for backwards compatibility
|
* /v1.1 - an alias for v2.0 for backwards compatibility
|
||||||
* /v2.1 - same API, except uses microversions
|
* /v2.1 - same API, except uses microversions
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user