aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/haproxy.pp
diff options
context:
space:
mode:
authorPradeep Kilambi <pkilambi@redhat.com>2017-08-23 08:43:36 -0400
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-08-25 04:57:23 +0000
commita561084573e5596da8011d07d6f4e1d71b194d4d (patch)
treec6dd9855dec97c5e953b0553620c4992fec9875f /manifests/haproxy.pp
parentcf20c7c1ac3b36eaa6d638ffa8a619c20e8c3546 (diff)
Fix panko port to match tht
In templates we use 13977 as the port for panko. The old 13779 is reserved for trove so it conflicts. Closes-bug: #1712566 Change-Id: I77444199eef6c2b9abbd819829b4fea2d698e2db (cherry picked from commit 5064677dda8e4f140df6d024089e95afe11a91f1)
Diffstat (limited to 'manifests/haproxy.pp')
-rw-r--r--manifests/haproxy.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp
index 9939ca9..e41f0e6 100644
--- a/manifests/haproxy.pp
+++ b/manifests/haproxy.pp
@@ -539,7 +539,7 @@
# 'nova_novnc_ssl_port' (Defaults to 13080)
# 'opendaylight_api_port' (Defaults to 8081)
# 'panko_api_port' (Defaults to 8977)
-# 'panko_api_ssl_port' (Defaults to 13779)
+# 'panko_api_ssl_port' (Defaults to 13977)
# 'ovn_nbdb_port' (Defaults to 6641)
# 'ovn_sbdb_port' (Defaults to 6642)
# 'sahara_api_port' (Defaults to 8386)
@@ -728,7 +728,7 @@ class tripleo::haproxy (
nova_novnc_ssl_port => 13080,
opendaylight_api_port => 8081,
panko_api_port => 8977,
- panko_api_ssl_port => 13779,
+ panko_api_ssl_port => 13977,
ovn_nbdb_port => 6641,
ovn_sbdb_port => 6642,
ec2_api_port => 8788,