Fix gnocchi::storage::ceph::ceph_keyring
authorMarius Cornea <mcornea@redhat.com>
Tue, 19 Jul 2016 17:45:21 +0000 (19:45 +0200)
committerMarius Cornea <mcornea@redhat.com>
Tue, 19 Jul 2016 17:45:21 +0000 (19:45 +0200)
This change configures gnocchi::storage::ceph::ceph_keyring to a
valid ceph keyring location.

Change-Id: I29fb0cb8a865353a43246a09d1c08eb0cf872cea
Closes-Bug: 1604508

puppet/services/gnocchi-base.yaml

index 44f3c3c..e49c440 100644 (file)
@@ -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'