Merge pull request #228 from enovance/bug/227/emilien

Use ceph_fsid param only everywhere
This commit is contained in:
Leseb
2014-02-12 10:42:09 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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
) {

View File

@@ -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'