summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlexei Kornienko <akornienko@mirantis.com>2013-06-27 10:52:45 +0300
committerAlexei Kornienko <akornienko@mirantis.com>2013-06-27 12:32:47 +0300
commit3dc1cc6c50924383d30b3ddc8ced389cc691b7ca (patch)
tree61ac5a00fc98a5c4e42b56a29362e7a700077bda /setup.cfg
parentdfc58542d4fb87e9dcb0f4c969ccc18dbe1c24bd (diff)
downloadnova-3dc1cc6c50924383d30b3ddc8ced389cc691b7ca.tar.gz
nova-3dc1cc6c50924383d30b3ddc8ced389cc691b7ca.tar.xz
nova-3dc1cc6c50924383d30b3ddc8ced389cc691b7ca.zip
Port flavor_disabled extension to v3 API Part 2
Ports the flavor_disabled extension and the corresponding unittests to the v3 framework. Partially implements blueprint nova-v3-api Change-Id: I8af3f69ebc0584b79499e2695d6120c7c0833d24
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5b52a5464..3d90a8a44 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -61,6 +61,7 @@ nova.api.v3.extensions =
fixed_ips = nova.api.openstack.compute.plugins.v3.fixed_ips:FixedIPs
flavors = nova.api.openstack.compute.plugins.v3.flavors:Flavors
flavor_access = nova.api.openstack.compute.plugins.v3.flavor_access:FlavorAccess
+ flavor_disabled = nova.api.openstack.compute.plugins.v3.flavor_disabled:FlavorDisabled
ips = nova.api.openstack.compute.plugins.v3.ips:IPs
keypairs = nova.api.openstack.compute.plugins.v3.keypairs:Keypairs
quota_sets = nova.api.openstack.compute.plugins.v3.quota_sets:QuotaSets