diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-04-11 11:00:37 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-04-11 11:00:37 +0000 |
commit | 7e31906d0185c68433215f265ae1ec1c485a3dd2 (patch) | |
tree | cdbda3a867f8a21fd790dc3f7209104d35e21470 /environments | |
parent | 173653e700f763c53c25b472a6e59c1fa6618260 (diff) | |
parent | d773227e7d18165750bd86a79b95d14bbc3702d9 (diff) |
Merge "Don't have separate protocols/ports for Keystone v3"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/enable-tls.yaml | 3 |
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'} |