summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-06-03 01:58:37 +0000
committerGerrit Code Review <review@openstack.org>2015-06-03 01:58:37 +0000
commitfcc176b913704cc1f2f43b8fc5736aa2e66fc6ed (patch)
treed6dc77148fdb3470f962ce4257f34c42bf384d21 /setup.cfg
parent796480e7ee560c9405c54216d571cc06c48ff4c9 (diff)
parent8d2ff5f7739ea872fb7a1b2b56366cf5565a7b22 (diff)
downloadheat-fcc176b913704cc1f2f43b8fc5736aa2e66fc6ed.tar.gz
Merge "Move keystone resources in-tree"
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index fe93dde72..e76b3d8f9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -77,6 +77,11 @@ heat.constraints =
ip_addr = heat.engine.clients.os.neutron:IPConstraint
mac_addr = heat.engine.clients.os.neutron:MACConstraint
net_cidr = heat.engine.clients.os.neutron: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
+ keystone.group = heat.engine.clients.os.keystone:KeystoneGroupConstraint
+ keystone.service = heat.engine.clients.os.keystone:KeystoneServiceConstraint
heat.stack_lifecycle_plugins =