Add password to authtoken section in congress.conf
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>
This commit is contained in:
parent
8897a23aa1
commit
09be1e1c6a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user