diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2015-10-21 13:28:35 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2015-10-21 13:30:36 +0300 |
commit | 608fc01920bbabc23a6c2c5dde11170b98f92774 (patch) | |
tree | 56e899a3b6905e9cb091b518f9fcf479df9df9eb | |
parent | 7ca1bbf046abfd0cc5897fba49683c62e2c33dbe (diff) |
Resolve repeated ports for ssl frontends
keystone and heat_cfn were listening on the same port if SSL is enabled
inm the load balancer.
Change-Id: I099119198ebf3322a783581f0c6758417e705a2e
-rw-r--r-- | manifests/loadbalancer.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index 2bfc83b..fe76083 100644 --- a/manifests/loadbalancer.pp +++ b/manifests/loadbalancer.pp @@ -586,7 +586,7 @@ class tripleo::loadbalancer ( } $heat_cfn_bind_opts = { "${heat_api_vip}:8000" => [], - "${public_virtual_ip}:13000" => ['ssl', 'crt', $heat_bind_certificate], + "${public_virtual_ip}:13800" => ['ssl', 'crt', $heat_bind_certificate], } } else { $heat_bind_opts = { |