summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorivan-zhu <bozhu@linux.vnet.ibm.com>2013-06-28 14:12:31 +0800
committerivan-zhu <bozhu@linux.vnet.ibm.com>2013-07-15 14:02:20 +0800
commit9b7d33f22781ade62ac712a1285d0c0729bfebc1 (patch)
treef5e3dca6de89ec4603065f6aa1222b692599c5ca /setup.cfg
parent33fbb9cb68cc43b9fdd3da9e735be4de712700eb (diff)
downloadnova-9b7d33f22781ade62ac712a1285d0c0729bfebc1.tar.gz
Port instance_actions API to v3 Part 2
This patch contains the changes required to adapt the agent extension and the corresponding unittest to the v3 framework Partially implements: bp v3-api-extension-versioning Change-Id: Ibf0784a455942185799d40395fab5e8eb112e2d8
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 f1eb12e597..228dbe968c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -77,6 +77,7 @@ nova.api.v3.extensions =
hypervisors = nova.api.openstack.compute.plugins.v3.hypervisors:Hypervisors
image_metadata = nova.api.openstack.compute.plugins.v3.image_metadata:ImageMetadata
images = nova.api.openstack.compute.plugins.v3.images:Images
+ instance_actions = nova.api.openstack.compute.plugins.v3.instance_actions:InstanceActions
ips = nova.api.openstack.compute.plugins.v3.ips:IPs
instance_usage_audit_log = nova.api.openstack.compute.plugins.v3.instance_usage_audit_log:InstanceUsageAuditLog
keypairs = nova.api.openstack.compute.plugins.v3.keypairs:Keypairs