From 8c72d8f1de0f69f8feae4724b01b2e4da8006c45 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 15 Dec 2015 11:37:06 -0500 Subject: [PATCH] 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 --- etc/nova/api-paste.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/nova/api-paste.ini b/etc/nova/api-paste.ini index f7cbc570d5af..951ae72c5e7d 100644 --- a/etc/nova/api-paste.ini +++ b/etc/nova/api-paste.ini @@ -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