From 6883580b2224a709ec8e4471b7af12a2ca8b726f Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Mon, 31 Jul 2017 09:05:51 -0400 Subject: Correcting keystone authtoken params for congress JIRA: APEX-495 Change-Id: Ibada3c58e2ba870defef356363dbf54d02c8a965 Signed-off-by: Dan Radez --- puppet/services/congress.yaml | 7 +++++-- 1 file 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 -- cgit 1.2.3-korg