Change swift ssl port

Using our typical ssl port scheme of "replace first digit with 13",
the swift port of 8080 conflicts with the nova novnc port of 6080
(both end up on 13080).  In the puppet-tripleo loadbalancer config
we chose to move swift to 13808, so this change updates
os-cloud-config to match.

Change-Id: I118b52cf2e5c7d292abfba2f6e8049f1bdb95a82
This commit is contained in:
Ben Nemec 2015-11-30 17:57:30 +00:00
parent 96aaff5306
commit 9ec7ee81be
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ SERVICES = {
'path': '/v1/AUTH_%(tenant_id)s',
'admin_path': '/v1',
'port': 8080,
'ssl_port': 13080,
'ssl_port': 13808,
},
'horizon': {
'description': 'OpenStack Dashboard',