aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-08-01 13:38:44 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-01 13:38:44 +0000
commit17f0ff1f996e760d5dbfc2d8f2efb6f119d229d8 (patch)
tree2764361e86973733e12688b7816a64fbf8880234 /puppet/services
parent31ee4874f2d0f5e71a3b18752a8ac9b7c9133b4f (diff)
parent6883580b2224a709ec8e4471b7af12a2ca8b726f (diff)
Merge "Correcting keystone authtoken params for congress"
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