aboutsummaryrefslogtreecommitdiffstats
path: root/environments
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-13 18:10:11 +0000
committerGerrit Code Review <review@openstack.org>2017-06-13 18:10:11 +0000
commitab3d03f46fa0ae0e15760cbbf90e86d49d3751a4 (patch)
treed9049a0ef3c9dda14b9ca4ce76262c4a231fbb13 /environments
parentb97bfa35e3618fbb3a26476a02acfefc61f3a7d0 (diff)
parentafef874881563de694f20aeb384e80f8c54b6dcb (diff)
Merge "Fix IronicInspectorAdmin to be https"
Diffstat (limited to 'environments')
-rw-r--r--environments/tls-everywhere-endpoints-dns.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/environments/tls-everywhere-endpoints-dns.yaml b/environments/tls-everywhere-endpoints-dns.yaml
index 865ed4c3..3f1bd04e 100644
--- a/environments/tls-everywhere-endpoints-dns.yaml
+++ b/environments/tls-everywhere-endpoints-dns.yaml
@@ -72,8 +72,8 @@ parameter_defaults:
IronicAdmin: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
IronicInternal: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
IronicPublic: {protocol: 'https', port: '13385', host: 'CLOUDNAME'}
- IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'CLOUDNAME'}
- IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'CLOUDNAME'}
+ IronicInspectorAdmin: {protocol: 'https', port: '5050', host: 'CLOUDNAME'}
+ IronicInspectorInternal: {protocol: 'https', port: '5050', host: 'CLOUDNAME'}
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'}
KeystoneAdmin: {protocol: 'https', port: '35357', host: 'CLOUDNAME'}
KeystoneInternal: {protocol: 'https', port: '5000', host: 'CLOUDNAME'}