diff --git a/manifests/volume/storage.pp b/manifests/volume/storage.pp index eb3a240e..0dcaaff9 100644 --- a/manifests/volume/storage.pp +++ b/manifests/volume/storage.pp @@ -75,7 +75,7 @@ class cloud::volume::storage( Ceph::Key <<| title == $cinder_rbd_user |>> if defined(Ceph::Key[$cinder_rbd_user]) { - file { '/etc/ceph/ceph.client.cinder.keyring': + file { "/etc/ceph/ceph.client.${cinder_rbd_user}.keyring": owner => 'cinder', group => 'cinder', mode => '0400',