summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorChris Yeoh <cyeoh@au1.ibm.com>2013-05-09 18:54:22 +0930
committerChris Yeoh <cyeoh@au1.ibm.com>2013-05-31 12:29:30 +0930
commit39b8641fc44dc5a91ff1d4e758fb16a6d0979eea (patch)
treedc497e6b7eee20cbecf607e3589491f0cbc192f3 /setup.cfg
parent783b0e836d9ba0630d4745a6457144fac6dfa9f0 (diff)
downloadnova-39b8641fc44dc5a91ff1d4e758fb16a6d0979eea.tar.gz
nova-39b8641fc44dc5a91ff1d4e758fb16a6d0979eea.tar.xz
nova-39b8641fc44dc5a91ff1d4e758fb16a6d0979eea.zip
Ports ips api to v3 API
Port the core ips api to the V3 API as plugins along with the corresponding tests for the ips and servers API. Partially implements blueprint v3-api-core-as-extensions Change-Id: I6e9f8ab71745791e6bc18999810f39764cd40116
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 7890c02e1..bad19611f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -58,6 +58,7 @@ nova.api.v3.extensions =
extension_info = nova.api.openstack.compute.plugins.v3.extension_info:ExtensionInfo
servers = nova.api.openstack.compute.plugins.v3.servers:Servers
keypairs = nova.api.openstack.compute.plugins.v3.keypairs:Keypairs
+ ips = nova.api.openstack.compute.plugins.v3.ips:IPs
nova.api.v3.extensions.server.create =
keypairs_create = nova.api.openstack.compute.plugins.v3.keypairs:Keypairs