diff options
Diffstat (limited to 'puppet/services/panko-base.yaml')
-rw-r--r-- | puppet/services/panko-base.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/puppet/services/panko-base.yaml b/puppet/services/panko-base.yaml index af9c5353..6e25d796 100644 --- a/puppet/services/panko-base.yaml +++ b/puppet/services/panko-base.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2016-04-08 +heat_template_version: ocata description: > OpenStack Panko service configured with Puppet @@ -46,6 +46,8 @@ outputs: - '@' - {get_param: [EndpointMap, MysqlInternal, host]} - '/panko' + - '?bind_address=' + - "%{hiera('tripleo::profile::base::database::mysql::client_bind_address')}" panko::debug: {get_param: Debug} panko::auth::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] } panko::keystone::authtoken::project_name: 'service' |