From: Dan Radez Date: Mon, 31 Jul 2017 13:05:51 +0000 (-0400) Subject: Correcting keystone authtoken params for congress X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F38439%2F2;p=apex-tripleo-heat-templates.git Correcting keystone authtoken params for congress JIRA: APEX-495 Change-Id: Ibada3c58e2ba870defef356363dbf54d02c8a965 Signed-off-by: Dan Radez --- 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