From 09be1e1c6a179170257200be24fb9012fa74af63 Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Fri, 7 Apr 2017 18:38:21 +0900 Subject: 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 --- puppet/services/congress.yaml | 1 + 1 file changed, 1 insertion(+) 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' -- cgit 1.2.3-korg