Register correct nova.host constraint

This is introduced by https://review.openstack.org/#/c/243435/9.

Change-Id: I0c33d2f87c960d7c1578dab5eefbd98e0af81848
Closes-Bug: #1517094
This commit is contained in:
Rabi Mishra 2015-11-17 21:02:25 +05:30
parent df3cd52c38
commit eda3c029de
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ heat.clients =
heat.constraints =
nova.flavor = heat.engine.clients.os.nova:FlavorConstraint
nova.host = heat.engine.clients.os.nova.HostConstraint
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