summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-11-17 08:46:48 +0000
committerGerrit Code Review <review@openstack.org>2015-11-17 08:46:48 +0000
commitdf3cd52c38575978a6bcd5212d51f69350ee640e (patch)
tree6e135700b02a4b2c2dc6ac62ff105b0a029ca4f6 /setup.cfg
parentd491ae7b6b1f8d1d50b9d60dac02e58780038d76 (diff)
parentffe0b3807720e91f5adea3243f95211d8d1fd594 (diff)
downloadheat-df3cd52c38575978a6bcd5212d51f69350ee640e.tar.gz
Merge "Add nova.host constraint"
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 36d52a75d..31ad27f35 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -74,6 +74,7 @@ heat.clients =
heat.constraints =
nova.flavor = heat.engine.clients.os.nova:FlavorConstraint
+ nova.host = heat.engine.clients.os.nova.HostConstraint
nova.network = heat.engine.clients.os.nova:NetworkConstraint
neutron.network = heat.engine.clients.os.neutron.neutron_constraints:NetworkConstraint
neutron.port = heat.engine.clients.os.neutron.neutron_constraints:PortConstraint