summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorricolin <rico.l@inwinstack.com>2015-11-11 20:48:06 +0800
committerricolin <rico.l@inwinstack.com>2015-11-16 23:15:05 +0800
commitffe0b3807720e91f5adea3243f95211d8d1fd594 (patch)
treef22070070a4caa100900390b1f404813fce4f4af /setup.cfg
parent64d58eca04b5665abde07b23c27153e61c9af67b (diff)
downloadheat-ffe0b3807720e91f5adea3243f95211d8d1fd594.tar.gz
Add nova.host constraint
Host aggregate map hosts with availability zone as a aggregate set. We need this constraint to make sure correctness of all hosts. blueprint support-host-aggregate Change-Id: Ib9a265f17b30427b15b4a5a4febaa5c70e280462
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 44ed60b50..e9f0de6d4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -69,6 +69,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