From eda3c029de1381552137ff136bc025c4fa4b08c0 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Tue, 17 Nov 2015 21:02:25 +0530 Subject: [PATCH] Register correct nova.host constraint This is introduced by https://review.openstack.org/#/c/243435/9. Change-Id: I0c33d2f87c960d7c1578dab5eefbd98e0af81848 Closes-Bug: #1517094 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 31ad27f351..10578a2e5d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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