diff --git a/manifests/compute/hypervisor.pp b/manifests/compute/hypervisor.pp index 34b37375..1fe9d11d 100644 --- a/manifests/compute/hypervisor.pp +++ b/manifests/compute/hypervisor.pp @@ -36,7 +36,7 @@ class cloud::compute::hypervisor( $spice_port = $os_params::spice_port, $rbd_user = $os_params::cinder_rbd_user, $rbd_pool = $os_params::cinder_rbd_pool, - $rbd_secret_uuid = $os_params::cinder_rbd_secret_uuid, + $rbd_secret_uuid = $os_params::ceph_fsid, $has_ceph = false ) { diff --git a/manifests/volume/storage.pp b/manifests/volume/storage.pp index 4ad936ae..b1922b7b 100644 --- a/manifests/volume/storage.pp +++ b/manifests/volume/storage.pp @@ -20,7 +20,7 @@ class cloud::volume::storage( $glance_api_version = $os_params::glance_api_version, $cinder_rbd_pool = $os_params::cinder_rbd_pool, $cinder_rbd_user = $os_params::cinder_rbd_user, - $cinder_rbd_secret_uuid = $os_params::cinder_rbd_secret_uuid, + $cinder_rbd_secret_uuid = $os_params::ceph_fsid, ) { include 'cloud::volume'