aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/panko-base.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-13 18:44:12 +0000
committerGerrit Code Review <review@openstack.org>2017-03-13 18:44:12 +0000
commit6ebfcd56b7db0d75b9d37566ab9d90a64304bede (patch)
tree67d68a13edc6cd863a2b4f4c13075369a63a9a4f /puppet/services/panko-base.yaml
parent8742426cf1800256cefe50ef905452cba9d717ba (diff)
parent12ef0e50446c2ef71b39a7f3547180e528adfb74 (diff)
Merge "telemetry: switch auth_uri to uri_no_suffix"
Diffstat (limited to 'puppet/services/panko-base.yaml')
-rw-r--r--puppet/services/panko-base.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/puppet/services/panko-base.yaml b/puppet/services/panko-base.yaml
index 998e64ee..fda13450 100644
--- a/puppet/services/panko-base.yaml
+++ b/puppet/services/panko-base.yaml
@@ -50,8 +50,10 @@ outputs:
panko::debug: {get_param: Debug}
panko::auth::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
panko::keystone::authtoken::project_name: 'service'
+ panko::keystone::authtoken::user_domain_name: 'Default'
+ panko::keystone::authtoken::project_domain_name: 'Default'
panko::keystone::authtoken::password: {get_param: PankoPassword}
- panko::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri] }
+ panko::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
panko::keystone::authtoken::auth_url: { get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
panko::auth::auth_password: {get_param: PankoPassword}
panko::auth::auth_region: 'regionOne'