summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorChris Yeoh <cyeoh@au1.ibm.com>2013-06-17 11:32:10 +0930
committerChris Yeoh <cyeoh@au1.ibm.com>2013-06-29 17:23:06 +0930
commitc27267ae9cf38616d03bd2bfba81c4357c52a342 (patch)
tree78c155d8ff902561cd36b763ae25a33574cc3dc2 /setup.cfg
parent815f0faffe085895febcd80dde8d2eacdffceb60 (diff)
downloadnova-c27267ae9cf38616d03bd2bfba81c4357c52a342.tar.gz
nova-c27267ae9cf38616d03bd2bfba81c4357c52a342.tar.xz
nova-c27267ae9cf38616d03bd2bfba81c4357c52a342.zip
Port server_diagnostics extension to v3 API Part2
Ports the server_diagnostics extensions and the corresponding unittests to the v3 framework. Partially implements blueprint nova-v3-api Change-Id: I2ddf626a539d47884e845d73ec67e9f9169dcb2b
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 3d90a8a44..f81adcb6a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -66,6 +66,7 @@ nova.api.v3.extensions =
keypairs = nova.api.openstack.compute.plugins.v3.keypairs:Keypairs
quota_sets = nova.api.openstack.compute.plugins.v3.quota_sets:QuotaSets
rescue = nova.api.openstack.compute.plugins.v3.rescue:Rescue
+ server_diagnostics = nova.api.openstack.compute.plugins.v3.server_diagnostics:ServerDiagnostics
servers = nova.api.openstack.compute.plugins.v3.servers:Servers
nova.api.v3.extensions.server.create =