diff options
author | Giulio Fidente <gfidente@redhat.com> | 2016-04-21 16:41:17 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2016-04-21 16:41:17 +0200 |
commit | 55cd264439f5aa9f58310e9215dbaf4bd76cf329 (patch) | |
tree | 6560131d1c93ed045514a62b42119b5499f3d763 | |
parent | 7588f749197624b0c37e98192ed10ac5434f6c6d (diff) |
The Sahara SSL endpoint was announced on the wrong port
Change-Id: I0cab3cdb2189dab3844f2eda52b8697d05ad3447
-rw-r--r-- | environments/enable-tls.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml index 6986a0c8..e708688f 100644 --- a/environments/enable-tls.yaml +++ b/environments/enable-tls.yaml @@ -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'} |