diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-07-26 08:04:32 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-07-26 08:04:32 +0000 |
commit | 84b730b70f362f195728f50361ab54513efefe66 (patch) | |
tree | 50c11c18cf7fd80bfd27643f6c29537846c82f90 /setup.cfg | |
parent | c9e4ebfbad93d15fcf9c88a3668230d93075e50f (diff) | |
parent | 92c9975bd2d53624ae595b895c2e96991ee43778 (diff) | |
download | nova-84b730b70f362f195728f50361ab54513efefe66.tar.gz |
Merge "port BaremetalNodes API into v3 part2"
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |