Add password to authtoken section in congress.conf
authorTomofumi Hayashi <s1061123@gmail.com>
Fri, 7 Apr 2017 09:38:21 +0000 (18:38 +0900)
committerTomofumi Hayashi <s1061123@gmail.com>
Fri, 7 Apr 2017 09:38:21 +0000 (18:38 +0900)
Current puppet module miss password section hence congress is not
available due to missing password in congress.conf. This fix is to
add password.

Change-Id: I277c03ca93130a0337d5085f09c375fb0ac9331d
Signed-off-by: Tomofumi Hayashi <s1061123@gmail.com>
puppet/services/congress.yaml

index 1d9eecb..5f6b565 100644 (file)
@@ -79,6 +79,7 @@ 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::user_domain_name: 'Default'
         congress::keystone::authtoken::project_domain_name: 'Default'