summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorChris Yeoh <cyeoh@au1.ibm.com>2013-05-13 15:57:04 +0930
committerChris Yeoh <cyeoh@au1.ibm.com>2013-06-01 12:08:08 +0930
commit1a3e02f1cd2892b753ac3833e1a482c5776c36d6 (patch)
tree7e4eead92dad03fd41b0a21d25f72ff6421fdfe1 /setup.cfg
parent5ec5dbbf3034c7e092f7513272ed7faf835de550 (diff)
downloadnova-1a3e02f1cd2892b753ac3833e1a482c5776c36d6.tar.gz
nova-1a3e02f1cd2892b753ac3833e1a482c5776c36d6.tar.xz
nova-1a3e02f1cd2892b753ac3833e1a482c5776c36d6.zip
Ports consoles API to v3 API
Ports the core consoles API functionality to the V3 API as a plugin along with the corresponding tests Partially implements blueprint v3-api-core-as-extensions Change-Id: Iada86afbfeed055942fef554d12cd36385aa2e1f
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 bad19611f..8e6e77186 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -59,6 +59,7 @@ nova.api.v3.extensions =
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
+ consoles = nova.api.openstack.compute.plugins.v3.consoles:Consoles
nova.api.v3.extensions.server.create =
keypairs_create = nova.api.openstack.compute.plugins.v3.keypairs:Keypairs