aboutsummaryrefslogtreecommitdiffstats
path: root/environments/enable-tls.yaml
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-07-18 15:13:47 +0300
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-07-18 15:17:13 +0300
commit62d6d5d9338c4cefeca5c8a7a1a3ec3f9bd89a53 (patch)
tree4056e50cb0fe9ca478c3610a360f26f81087d1e4 /environments/enable-tls.yaml
parent167d93eaa324cf176346b783db3380ff6f0cbf98 (diff)
Add MysqlNoBracketsInternal to enable-tls.yaml
Change-Id: Ife466e6a8b8112777d4c0e845e31fa633da5e53d
Diffstat (limited to 'environments/enable-tls.yaml')
-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'}