summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorricolin <rico.l@inwinstack.com>2015-07-30 17:48:04 +0800
committerricolin <rico.l@inwinstack.com>2015-08-03 12:56:34 +0800
commit3f68d5485e45ac665a05f0b13c1986f716a1508d (patch)
tree7c23a9db6b39b010e057825b1819df40bc0671c5 /setup.cfg
parente3608159cd01c09b8e2d15bd20af2c2c4ad3d681 (diff)
downloadheat-3f68d5485e45ac665a05f0b13c1986f716a1508d.tar.gz
move network constraints from neutron to common constraint
seperate out common network constraints (ip_addr, cidr, and mac_addr) Change-Id: I617035e379c4e86ac0ce4c77f26ebfca5b3d691a
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 8e70b017b..47ea253cc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -80,9 +80,9 @@ heat.constraints =
cinder.vtype = heat.engine.clients.os.cinder:VolumeTypeConstraint
sahara.image = heat.engine.clients.os.sahara:ImageConstraint
trove.flavor = heat.engine.clients.os.trove:FlavorConstraint
- ip_addr = heat.engine.clients.os.neutron:IPConstraint
- mac_addr = heat.engine.clients.os.neutron:MACConstraint
- net_cidr = heat.engine.clients.os.neutron:CIDRConstraint
+ ip_addr = heat.engine.constraint.common_constraints:IPConstraint
+ mac_addr = heat.engine.constraint.common_constraints:MACConstraint
+ net_cidr = heat.engine.constraint.common_constraints:CIDRConstraint
keystone.role = heat.engine.clients.os.keystone:KeystoneRoleConstraint
keystone.domain = heat.engine.clients.os.keystone:KeystoneDomainConstraint
keystone.project = heat.engine.clients.os.keystone:KeystoneProjectConstraint