summaryrefslogtreecommitdiffstats
path: root/puppet/services/gnocchi-base.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-20 18:29:47 +0000
committerGerrit Code Review <review@openstack.org>2017-02-20 18:29:47 +0000
commit435d2709860bf7044be860354d7d31cf6d43af6c (patch)
tree110ed7f8488e0694b5c427925a27d2d30764afad /puppet/services/gnocchi-base.yaml
parentd5b0c38f0b9ed0e7ca2eb4e1e2f6aaa003268b33 (diff)
parent90431683b5927abb066d7964d513828b5488001c (diff)
Merge "Make the DB URIs host-independent for all services"
Diffstat (limited to 'puppet/services/gnocchi-base.yaml')
-rw-r--r--puppet/services/gnocchi-base.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/puppet/services/gnocchi-base.yaml b/puppet/services/gnocchi-base.yaml
index 8fddae4b..c6310056 100644
--- a/puppet/services/gnocchi-base.yaml
+++ b/puppet/services/gnocchi-base.yaml
@@ -67,8 +67,7 @@ outputs:
- '@'
- {get_param: [EndpointMap, MysqlInternal, host]}
- '/gnocchi'
- - '?bind_address='
- - "%{hiera('tripleo::profile::base::database::mysql::client_bind_address')}"
+ - '?read_default_file=/etc/my.cnf.d/tripleo.cnf&read_default_group=tripleo'
gnocchi::db::sync::extra_opts: '--skip-storage'
gnocchi::storage::swift::swift_user: 'service:gnocchi'
gnocchi::storage::swift::swift_auth_version: 2