summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlexei Kornienko <akornienko@mirantis.com>2013-06-26 17:53:57 +0300
committerAlexei Kornienko <akornienko@mirantis.com>2013-06-27 10:06:32 +0300
commitec66193e0363967d8e608606bcee8cdaff999745 (patch)
treecd9af4f85c95e77826b99943a0239827d7065c0d /setup.cfg
parent2e69f17e97b515c47b9ec3650897b0793f4e5ef0 (diff)
downloadnova-ec66193e0363967d8e608606bcee8cdaff999745.tar.gz
nova-ec66193e0363967d8e608606bcee8cdaff999745.tar.xz
nova-ec66193e0363967d8e608606bcee8cdaff999745.zip
Port flavor_access extension to v3 API Part 2
Ports the flavor_access extension and the corresponding unittests to the v3 framework. Partially implements blueprint nova-v3-api Change-Id: I671f490bad2daaaae06d48328f4fff10076ab0ed
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 254f7957e..5b52a5464 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -60,6 +60,7 @@ nova.api.v3.extensions =
extension_info = nova.api.openstack.compute.plugins.v3.extension_info:ExtensionInfo
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
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