summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChris Yeoh <cyeoh@au1.ibm.com>2015-02-05 11:43:23 +1030
committerChris Yeoh <cyeoh@au1.ibm.com>2015-02-05 17:15:54 +1030
commitf1499e715da9ac20b3c95da73cdef79d9350cd62 (patch)
treee25549c89fdea463af82d03929a66a11bb1f6f4c /setup.cfg
parent85ee4ef2740de25ee9c554a72f71a37b0af28364 (diff)
downloadnova-f1499e715da9ac20b3c95da73cdef79d9350cd62.tar.gz
Add missing setup.cfg entry for os-user-data plugin
Although os-user-data has an entry in nova.api.v3.extensions.server.create in setup.cfg it is missing one in the general nova.api.v3.extensions list. Without an entry the plugin does not appear in the extension list so this patch adds an entry for it. Partially implements blueprint v2-on-v3-api Change-Id: I13fa049539b07ff901b36ae18eca59fbb1354794
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 0efe4bc52a..2df62624ef 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -133,6 +133,7 @@ nova.api.v3.extensions =
suspend_server = nova.api.openstack.compute.plugins.v3.suspend_server:SuspendServer
tenant_networks = nova.api.openstack.compute.plugins.v3.tenant_networks:TenantNetworks
used_limits = nova.api.openstack.compute.plugins.v3.used_limits:UsedLimits
+ user_data = nova.api.openstack.compute.plugins.v3.user_data:UserData
versions = nova.api.openstack.compute.plugins.v3.versions:Versions
virtual_interfaces = nova.api.openstack.compute.plugins.v3.virtual_interfaces:VirtualInterfaces
volumes = nova.api.openstack.compute.plugins.v3.volumes:Volumes