Merge pull request #228 from enovance/bug/227/emilien
Use ceph_fsid param only everywhere
This commit is contained in:
@@ -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
|
||||
) {
|
||||
|
||||
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user