diff --git a/manifests/storage/rbd/pools.pp b/manifests/storage/rbd/pools.pp index 9bea2bdf..11d8d739 100644 --- a/manifests/storage/rbd/pools.pp +++ b/manifests/storage/rbd/pools.pp @@ -77,7 +77,7 @@ class cloud::storage::rbd::pools( } @@exec { 'set_secret_value_virsh': - command => "virsh secret-set-value --secret ${ceph_fsid} --base64 ${::ceph_keyring_glance}", + command => "virsh secret-set-value --secret ${ceph_fsid} --base64 ${::ceph_keyring_cinder}", tag => 'ceph_compute_set_secret', refreshonly => true, }