summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-23 11:58:32 +0000
committerGerrit Code Review <review@openstack.org>2014-10-23 11:58:32 +0000
commit10d73a7531ddc03a65ec3af7916765bac5fb21af (patch)
tree8d882e90adb98d14365777503c6a12fd4a2b815c /setup.cfg
parent15cb7c967c70aad8900d59d2f02776e2ba0297d1 (diff)
parentf7107c8480de69f76ab3f4f149fb5922ff53d2a8 (diff)
downloadnova-10d73a7531ddc03a65ec3af7916765bac5fb21af.tar.gz
Merge "Port fixed_ip extention to v2.1"
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 2eadcb1a4a..cb30e55abc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -81,6 +81,7 @@ nova.api.v3.extensions =
extended_status = nova.api.openstack.compute.plugins.v3.extended_status:ExtendedStatus
extended_volumes = nova.api.openstack.compute.plugins.v3.extended_volumes:ExtendedVolumes
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
flavors_extraspecs = nova.api.openstack.compute.plugins.v3.flavors_extraspecs:FlavorsExtraSpecs
flavor_access = nova.api.openstack.compute.plugins.v3.flavor_access:FlavorAccess