summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEthan Lynn <xjunlin@cn.ibm.com>2015-12-04 01:08:49 +0800
committerEthan Lynn <xjunlin@cn.ibm.com>2015-12-15 22:10:13 +0800
commitde61800811f81b6ffc80002bf6224d45fb81a2c0 (patch)
treee9ca1b3ba7a596dd5f764f88db53a74d5928e349 /setup.cfg
parentdfdee0be86a8d83098b6039a4c54f51c1f7400dc (diff)
downloadheat-de61800811f81b6ffc80002bf6224d45fb81a2c0.tar.gz
Add neutron provider constraints
Add lbaas and lbaasv2 provider constraints to related resources. Change-Id: Ie8b5ee504818a4247c1381a35b8c684861050d14
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 4928e136b..cd8babbd2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -83,9 +83,11 @@ heat.constraints =
neutron.subnet = heat.engine.clients.os.neutron.neutron_constraints:SubnetConstraint
neutron.subnetpool = heat.engine.clients.os.neutron.neutron_constraints:SubnetPoolConstraint
neutron.qos_policy = heat.engine.clients.os.neutron.neutron_constraints:QoSPolicyConstraint
+ neutron.lb.provider = heat.engine.clients.os.neutron.neutron_constraints:LBaasV1ProviderConstraint
neutron.lbaas.loadbalancer = heat.engine.clients.os.neutron.lbaas_constraints:LoadbalancerConstraint
neutron.lbaas.listener = heat.engine.clients.os.neutron.lbaas_constraints:ListenerConstraint
neutron.lbaas.pool = heat.engine.clients.os.neutron.lbaas_constraints:PoolConstraint
+ neutron.lbaas.provider = heat.engine.clients.os.neutron.lbaas_constraints:LBaasV2ProviderConstraint
glance.image = heat.engine.clients.os.glance:ImageConstraint
iso_8601 = heat.engine.constraint.common_constraints:ISO8601Constraint
nova.server = heat.engine.clients.os.nova:ServerConstraint