Add MysqlNoBracketsInternal to enable-tls.yaml
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 18 Jul 2016 12:13:47 +0000 (15:13 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 18 Jul 2016 12:17:13 +0000 (15:17 +0300)
Change-Id: Ife466e6a8b8112777d4c0e845e31fa633da5e53d

environments/enable-tls.yaml

index 71b2c71..289ec2e 100644 (file)
@@ -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'}