From 49928a7caf70d4b4b5f252495934ac93c6ca9197 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 15 Jun 2016 16:38:06 -0400 Subject: [PATCH] remove os-disk-config part 4 There are no test changes as all new code is tested by the extension_info functional tests, and should we want to eliminate the extension_info portion of our API later, new tests would just make this much harder to tear down. This modifies default policy to drop os-disk-config as well as modifying extension tests to pass even though we're injecting additional hardcoded items into the list for compatibility. Part of bp:api-no-more-extensions Change-Id: I0192ccef7e858fd0ff15c339f683abaabbdc09b7 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f775bd821..73bc8debb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -84,7 +84,6 @@ nova.api.v21.extensions = consoles = nova.api.openstack.compute.consoles:Consoles create_backup = nova.api.openstack.compute.create_backup:CreateBackup deferred_delete = nova.api.openstack.compute.deferred_delete:DeferredDelete - disk_config = nova.api.openstack.compute.disk_config:DiskConfig evacuate = nova.api.openstack.compute.evacuate:Evacuate extended_availability_zone = nova.api.openstack.compute.extended_availability_zone:ExtendedAvailabilityZone extended_server_attributes = nova.api.openstack.compute.extended_server_attributes:ExtendedServerAttributes