summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEli Qiao <taget@linux.vnet.ibm.com>2014-08-21 11:30:27 +0800
committerEli Qiao <taget@linux.vnet.ibm.com>2014-10-21 09:39:21 +0800
commitdd2f76ae509db83705e0a4fd55d0974aa0a8e4b4 (patch)
treee9f87950f6ceb6166e3abffc9d17122ef45e9744 /setup.cfg
parent9fd059b938a2acca8bf5d58989c78d834fbb0ad8 (diff)
downloadnova-dd2f76ae509db83705e0a4fd55d0974aa0a8e4b4.tar.gz
Porting baremetal_nodes extension to v2.1/v3
This patch ports baremetal-nodes(include baremetal-stat-ext) to v2.1 and make v2 and v2.1 share unit test cases. In v2.1/v3,baremetal-nodes will not depend on baremetal-stat-ext. Partially implements blueprint v2-on-v3-api Change-Id: I0f6a968897975ee91e76538d2ce7d2538044613e
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 48b8008303..2eadcb1a4a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -63,6 +63,7 @@ nova.api.v3.extensions =
aggregates = nova.api.openstack.compute.plugins.v3.aggregates:Aggregates
attach_interfaces = nova.api.openstack.compute.plugins.v3.attach_interfaces:AttachInterfaces
availability_zone = nova.api.openstack.compute.plugins.v3.availability_zone:AvailabilityZone
+ baremetal_nodes = nova.api.openstack.compute.plugins.v3.baremetal_nodes:BareMetalNodes
block_device_mapping = nova.api.openstack.compute.plugins.v3.block_device_mapping:BlockDeviceMapping
cells = nova.api.openstack.compute.plugins.v3.cells:Cells
certificates = nova.api.openstack.compute.plugins.v3.certificates:Certificates