diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-12 13:24:20 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-12 13:24:20 +0000 |
commit | 0eb70014a339eddc6be9257a70d6ad0547e31c9a (patch) | |
tree | 529ff3a14194cf2aab4e67eb923b273cf8140f8a /environments | |
parent | 44b67ebdeb179af66dad78c2c54eb07723f46d4d (diff) | |
parent | 450be229c3df3c3d54a90bc715c859eb89c9810b (diff) |
Merge "Convert EndpointMap to not require per-service VIP parameters"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/enable-tls.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml index ee1f5387..290d2011 100644 --- a/environments/enable-tls.yaml +++ b/environments/enable-tls.yaml @@ -38,7 +38,6 @@ parameter_defaults: ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'} ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'} MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'} - MysqlNoBracketsInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'} NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'} NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'} NeutronPublic: {protocol: 'https', port: '13696', host: 'CLOUDNAME'} |