aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomofumi Hayashi <s1061123@gmail.com>2017-04-07 18:38:21 +0900
committerTomofumi Hayashi <s1061123@gmail.com>2017-04-07 18:38:21 +0900
commit09be1e1c6a179170257200be24fb9012fa74af63 (patch)
tree58485a49ddb719650e2e44e350c13bbad3e2b97b
parent8897a23aa10978fb0ecf1b4e676247273473fca9 (diff)
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>
-rw-r--r--puppet/services/congress.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/congress.yaml b/puppet/services/congress.yaml
index 1d9eecb1..5f6b5657 100644
--- a/puppet/services/congress.yaml
+++ b/puppet/services/congress.yaml
@@ -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'