aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/gnocchi-base.yaml
diff options
context:
space:
mode:
authorMarius Cornea <mcornea@redhat.com>2016-07-19 19:45:21 +0200
committerMarius Cornea <mcornea@redhat.com>2016-07-19 19:45:21 +0200
commit35aceb0876b51fe990e369f900fd2dd3d45e6dfa (patch)
tree889da998f25fb6492bbdad26eeae3d00b4f9929c /puppet/services/gnocchi-base.yaml
parent970fcfcb58b2d0d26a39c2d9deab3a0301eb65ca (diff)
Fix gnocchi::storage::ceph::ceph_keyring
This change configures gnocchi::storage::ceph::ceph_keyring to a valid ceph keyring location. Change-Id: I29fb0cb8a865353a43246a09d1c08eb0cf872cea Closes-Bug: 1604508
Diffstat (limited to 'puppet/services/gnocchi-base.yaml')
-rw-r--r--puppet/services/gnocchi-base.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/puppet/services/gnocchi-base.yaml b/puppet/services/gnocchi-base.yaml
index 44f3c3c7..e49c440b 100644
--- a/puppet/services/gnocchi-base.yaml
+++ b/puppet/services/gnocchi-base.yaml
@@ -72,10 +72,10 @@ outputs:
gnocchi::storage::ceph::ceph_keyring:
list_join:
- '.'
- - - '/etc/ceph/ceph/'
- - 'client/'
+ - - '/etc/ceph/ceph'
+ - 'client'
- {get_param: CephClientUserName}
- - '/keyring'
+ - 'keyring'
#Gnocchi statsd
gnocchi::statsd::manage_service: false
gnocchi::statsd::resource_id: '0a8b55df-f90f-491c-8cb9-7cdecec6fc26'