aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/gnocchi-base.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-04 16:43:34 +0000
committerGerrit Code Review <review@openstack.org>2017-01-04 16:43:34 +0000
commit0bfe7c9279f407c525527103a79e5002adfdc01b (patch)
treef075d9b5f9e3bf0d0321d6c96d0d9fd08b74d06c /puppet/services/gnocchi-base.yaml
parentd43d7579269a60e89eae0e23b6fecd7452265c6d (diff)
parent56ebc7e58d117743363c4a251395d710bf511a2c (diff)
Merge "DB connection: prevent src address from binding to a VIP"
Diffstat (limited to 'puppet/services/gnocchi-base.yaml')
-rw-r--r--puppet/services/gnocchi-base.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/services/gnocchi-base.yaml b/puppet/services/gnocchi-base.yaml
index be80774d..d92b1766 100644
--- a/puppet/services/gnocchi-base.yaml
+++ b/puppet/services/gnocchi-base.yaml
@@ -67,6 +67,8 @@ outputs:
- '@'
- {get_param: [EndpointMap, MysqlInternal, host]}
- '/gnocchi'
+ - '?bind_address='
+ - "%{hiera('tripleo::profile::base::database::mysql::client_bind_address')}"
gnocchi::db::sync::extra_opts: '--skip-storage --create-legacy-resource-types'
gnocchi::storage::swift::swift_user: 'service:gnocchi'
gnocchi::storage::swift::swift_auth_version: 2