aboutsummaryrefslogtreecommitdiffstats
path: root/environments
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-04-11 11:00:37 +0000
committerGerrit Code Review <review@openstack.org>2016-04-11 11:00:37 +0000
commit7e31906d0185c68433215f265ae1ec1c485a3dd2 (patch)
treecdbda3a867f8a21fd790dc3f7209104d35e21470 /environments
parent173653e700f763c53c25b472a6e59c1fa6618260 (diff)
parentd773227e7d18165750bd86a79b95d14bbc3702d9 (diff)
Merge "Don't have separate protocols/ports for Keystone v3"
Diffstat (limited to 'environments')
-rw-r--r--environments/enable-tls.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml
index 70181278..6edb8ac7 100644
--- a/environments/enable-tls.yaml
+++ b/environments/enable-tls.yaml
@@ -24,9 +24,6 @@ parameter_defaults:
KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
- KeystoneV3Admin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
- KeystoneV3Internal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
- KeystoneV3Public: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
NeutronPublic: {protocol: 'https', port: '13696', host: 'CLOUDNAME'}