summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-07-26 08:04:32 +0000
committerGerrit Code Review <review@openstack.org>2013-07-26 08:04:32 +0000
commit84b730b70f362f195728f50361ab54513efefe66 (patch)
tree50c11c18cf7fd80bfd27643f6c29537846c82f90 /setup.cfg
parentc9e4ebfbad93d15fcf9c88a3668230d93075e50f (diff)
parent92c9975bd2d53624ae595b895c2e96991ee43778 (diff)
downloadnova-84b730b70f362f195728f50361ab54513efefe66.tar.gz
Merge "port BaremetalNodes API into v3 part2"
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 82762a436d..f810fbef1c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -59,6 +59,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
cells = nova.api.openstack.compute.plugins.v3.cells:Cells
certificates = nova.api.openstack.compute.plugins.v3.certificates:Certificates
config_drive = nova.api.openstack.compute.plugins.v3.config_drive:ConfigDrive