Merge "Register correct nova.host constraint"

This commit is contained in:
Jenkins 2015-11-18 01:36:40 +00:00 committed by Gerrit Code Review
commit 03d21f7597
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