aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-07-31 09:05:51 -0400
committerDan Radez <dradez@redhat.com>2017-07-31 09:07:30 -0400
commit6883580b2224a709ec8e4471b7af12a2ca8b726f (patch)
treefef64abde19648b991ef2f1e2a760effdf901a14 /puppet/services
parent11d7f03bde60873385e01901975cee06b98a59ac (diff)
Correcting keystone authtoken params for congress
JIRA: APEX-495 Change-Id: Ibada3c58e2ba870defef356363dbf54d02c8a965 Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'puppet/services')
-rw-r--r--puppet/services/congress.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/puppet/services/congress.yaml b/puppet/services/congress.yaml
index 1b7d698d..dc786b6a 100644
--- a/puppet/services/congress.yaml
+++ b/puppet/services/congress.yaml
@@ -73,9 +73,12 @@ outputs:
congress::rabbit_port: {get_param: RabbitClientPort}
congress::server::bind_host: {get_param: [ServiceNetMap, CongressApiNetwork]}
+ congress::keystone::authtoken::password: {get_param: CongressPassword}
congress::keystone::authtoken::project_name: 'service'
- congress::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]}
- congress::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]}
+ congress::keystone::authtoken::user_domain_name: 'Default'
+ congress::keystone::authtoken::project_domain_name: 'Default'
+ congress::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
+ congress::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
congress::db::mysql::password: {get_param: CongressPassword}
congress::db::mysql::user: congress