From c69ff5aa2bb367a8115a5016036019b8bd96ae28 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 13 Mar 2018 10:49:35 -0400 Subject: [PATCH] Configure firewall rules for Congress Change-Id: Ic43d293216da2eaf8024ac8ef33dc61194597cf2 Closes-bug: #1755504 --- puppet/services/congress.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/puppet/services/congress.yaml b/puppet/services/congress.yaml index 523dbfece4..27bc937eb0 100644 --- a/puppet/services/congress.yaml +++ b/puppet/services/congress.yaml @@ -127,7 +127,11 @@ outputs: - '%' - {get_param: [EndpointMap, MysqlInternal, host_nobrackets]} congress::policy::policies: {get_param: CongressPolicies} - + tripleo.congress.firewall_rules: + '113 congress': + dport: + - 1789 + - 13789 service_config_settings: keystone: congress::keystone::auth::tenant: 'service'