Correcting keystone authtoken params for congress 39/38439/2
authorDan Radez <dradez@redhat.com>
Mon, 31 Jul 2017 13:05:51 +0000 (09:05 -0400)
committerDan Radez <dradez@redhat.com>
Mon, 31 Jul 2017 13:07:30 +0000 (09:07 -0400)
JIRA: APEX-495

Change-Id: Ibada3c58e2ba870defef356363dbf54d02c8a965
Signed-off-by: Dan Radez <dradez@redhat.com>
puppet/services/congress.yaml

index 1b7d698..dc786b6 100644 (file)
@@ -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