Resolve repeated ports for ssl frontends
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 21 Oct 2015 10:28:35 +0000 (13:28 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 21 Oct 2015 10:30:36 +0000 (13:30 +0300)
keystone and heat_cfn were listening on the same port if SSL is enabled
inm the load balancer.

Change-Id: I099119198ebf3322a783581f0c6758417e705a2e

manifests/loadbalancer.pp

index 2bfc83b..fe76083 100644 (file)
@@ -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 = {