The Sahara SSL endpoint was announced on the wrong port
authorGiulio Fidente <gfidente@redhat.com>
Thu, 21 Apr 2016 14:41:17 +0000 (16:41 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Thu, 21 Apr 2016 14:41:17 +0000 (16:41 +0200)
Change-Id: I0cab3cdb2189dab3844f2eda52b8697d05ad3447

environments/enable-tls.yaml

index 6986a0c..e708688 100644 (file)
@@ -42,7 +42,7 @@ parameter_defaults:
     NovaVNCProxyPublic: {protocol: 'https', port: '13080', host: 'CLOUDNAME'}
     SaharaAdmin: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
     SaharaInternal: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
-    SaharaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
+    SaharaPublic: {protocol: 'https', port: '13386', host: 'CLOUDNAME'}
     SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
     SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
     SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}