aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/mistral-base.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-14 13:39:26 +0000
committerGerrit Code Review <review@openstack.org>2017-02-14 13:39:26 +0000
commitd6794ec1d30898b25d6c0950bd0e02f3327b2999 (patch)
tree2dd7d61374358e70efb66cf5b69cc80c8f680acc /puppet/services/mistral-base.yaml
parent242fe1bdfef406d4ca3cd59033fe3c5877ffeec4 (diff)
parentd1eb0bc0dc1955c70e262101d07d857a35682333 (diff)
Merge "Use Keystone internal endpoint instead of admin for services"
Diffstat (limited to 'puppet/services/mistral-base.yaml')
-rw-r--r--puppet/services/mistral-base.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/mistral-base.yaml b/puppet/services/mistral-base.yaml
index e678b14f..4d020498 100644
--- a/puppet/services/mistral-base.yaml
+++ b/puppet/services/mistral-base.yaml
@@ -76,7 +76,7 @@ outputs:
mistral::keystone_tenant: 'service'
mistral::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]}
mistral::keystone_ec2_uri: {get_param: [EndpointMap, KeystoneEC2, uri]}
- mistral::identity_uri: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]}
+ mistral::identity_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
service_config_settings:
keystone:
mistral::keystone::auth::tenant: 'service'