aboutsummaryrefslogtreecommitdiffstats
path: root/environments
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-19 07:12:08 +0000
committerGerrit Code Review <review@openstack.org>2016-07-19 07:12:08 +0000
commit46e85eaa013dc9fa5a3467f18021b346ac18a635 (patch)
tree3cfc042c2c2d14f35a5acb9ce0ca00ac0cb80b34 /environments
parent1781975377912eff6480448a7ec8b4c454b727ec (diff)
parent62d6d5d9338c4cefeca5c8a7a1a3ec3f9bd89a53 (diff)
Merge "Add MysqlNoBracketsInternal to enable-tls.yaml"
Diffstat (limited to 'environments')
-rw-r--r--environments/enable-tls.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml
index 71b2c71a..289ec2e3 100644
--- a/environments/enable-tls.yaml
+++ b/environments/enable-tls.yaml
@@ -35,6 +35,7 @@ parameter_defaults:
KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
KeystonePublic: {protocol: 'https', port: '13000', 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'}