The Sahara SSL endpoint was announced on the wrong port

Change-Id: I0cab3cdb2189dab3844f2eda52b8697d05ad3447
Depends-On: I9f710e014890b6daa6b3e511fd811c1e25bd0de3
Closes-Bug: #1573471
(cherry picked from commit 55cd264439)
This commit is contained in:
Giulio Fidente 2016-04-21 16:41:17 +02:00 committed by Juan Antonio Osorio Robles
parent ffdc689aeb
commit 671f5c820a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,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'}