summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-12-01 12:57:15 +0000
committerGerrit Code Review <review@openstack.org>2014-12-01 12:57:15 +0000
commit1b3e99773ea9c22af7afb6c3899bdb2e5795a98e (patch)
tree3547485325d4eed2a829cbd190d41d9ba06e8048 /setup.cfg
parent59acb16fe3fcba6342d6a02ca69df9b64eb3332e (diff)
parent9a47137f535e0cdc0755d3f4deb9ebb1de248724 (diff)
downloadnova-1b3e99773ea9c22af7afb6c3899bdb2e5795a98e.tar.gz
Merge "Port floating_ips extension 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 4b152149fa..2f4ab774bc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -89,6 +89,7 @@ nova.api.v3.extensions =
flavor_manage = nova.api.openstack.compute.plugins.v3.flavor_manage:FlavorManage
floating_ip_dns = nova.api.openstack.compute.plugins.v3.floating_ip_dns:FloatingIpDns
floating_ip_pools = nova.api.openstack.compute.plugins.v3.floating_ip_pools:FloatingIpPools
+ floating_ips = nova.api.openstack.compute.plugins.v3.floating_ips:FloatingIps
floating_ips_bulk = nova.api.openstack.compute.plugins.v3.floating_ips_bulk:FloatingIpsBulk
fping = nova.api.openstack.compute.plugins.v3.fping:Fping
hide_server_addresses = nova.api.openstack.compute.plugins.v3.hide_server_addresses:HideServerAddresses