X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=environments%2Fenable-tls.yaml;h=b4c3f08b6ebe5520bd5fcb18efff496a1fdaf5c6;hb=3dde23105bc002be9d457538063e23505eff6788;hp=266bbc7834143528ac9ec276669f928e7fa3904b;hpb=27625182b25539bdd4f0959817cf77971ef34598;p=apex-tripleo-heat-templates.git diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml index 266bbc78..b4c3f08b 100644 --- a/environments/enable-tls.yaml +++ b/environments/enable-tls.yaml @@ -31,6 +31,7 @@ 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'} + MysqlInternal: {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'}