summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorChris Yeoh <cyeoh@au1.ibm.com>2013-06-07 12:57:30 +0930
committerChris Yeoh <cyeoh@au1.ibm.com>2013-06-07 12:57:30 +0930
commit6c2c9bee8c43ac557c627bae62dfb902a5e3ca71 (patch)
treeba87438721774285313f45d1de95ba6224a01040 /setup.cfg
parent37cf3b63b4fc4bb9a5951a500cbebfbf9e238676 (diff)
downloadnova-6c2c9bee8c43ac557c627bae62dfb902a5e3ca71.tar.gz
nova-6c2c9bee8c43ac557c627bae62dfb902a5e3ca71.tar.xz
nova-6c2c9bee8c43ac557c627bae62dfb902a5e3ca71.zip
Port evacuate API to v3 Part 2
This patch contains the changes required to adapt the evacuate extension and the corresponding unittest to the v3 framework Partially implements blueprint nova-v3-api Change-Id: Id9ca6a7a92a087cb063fe265af1ad6a626c63510
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 1baa22940..84972c73f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -55,6 +55,7 @@ console_scripts =
nova.api.v3.extensions =
consoles = nova.api.openstack.compute.plugins.v3.consoles:Consoles
+ evacuate = nova.api.openstack.compute.plugins.v3.evacuate:Evacuate
extension_info = nova.api.openstack.compute.plugins.v3.extension_info:ExtensionInfo
fixed_ips = nova.api.openstack.compute.plugins.v3.fixed_ips:FixedIPs
ips = nova.api.openstack.compute.plugins.v3.ips:IPs