remove /v1.1 from default paste.ini
We stopped talking about /v1.1 nearly 3 years ago, it's in no documentation. It should not be in our default deployed paste.ini as it will only confuse folks. Change-Id: Id695f60e30b14f939973e3610c7750b83a14d0d0
This commit is contained in:
@@ -23,7 +23,6 @@ use = call:nova.api.openstack.urlmap:urlmap_factory
|
||||
# this causes issues with your clients you can rollback to the
|
||||
# *frozen* v2 api by commenting out the above stanza and using the
|
||||
# following instead::
|
||||
# /v1.1: openstack_compute_api_legacy_v2
|
||||
# /v2: openstack_compute_api_legacy_v2
|
||||
# if rolling back to v2 fixes your issue please file a critical bug
|
||||
# at - https://bugs.launchpad.net/nova/+bugs
|
||||
@@ -33,7 +32,6 @@ use = call:nova.api.openstack.urlmap:urlmap_factory
|
||||
# API). It also provides new features via API microversions which are
|
||||
# opt into for clients. Unaware clients will receive the same frozen
|
||||
# v2 API feature set, but with some relaxed validation
|
||||
/v1.1: openstack_compute_api_v21_legacy_v2_compatible
|
||||
/v2: openstack_compute_api_v21_legacy_v2_compatible
|
||||
/v2.1: openstack_compute_api_v21
|
||||
|
||||
|
Reference in New Issue
Block a user