volume: move class

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi 2013-12-30 10:29:23 +01:00
parent 56a5d76e90
commit dc279ce8cb
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
# Volume Common
#
class os_volume_common(
class privatecloud::volume(
$cinder_db_host = $os_params::cinder_db_host,
$cinder_db_user = $os_params::cinder_db_user,
$cinder_db_password = $os_params::cinder_db_password,

View File

@ -16,7 +16,7 @@
# Volume controller
#
class os_volume_controller(
class privatecloud::volume::controller(
$ks_cinder_internal_port = $os_params::ks_cinder_internal_port,
$ks_cinder_password = $os_params::ks_cinder_password,
$ks_keystone_internal_host = $os_params::ks_keystone_internal_host,

View File

@ -16,7 +16,7 @@
# Volume storage
#
class os_volume_storage {
class privatecloud::volume::storage {
class { 'cinder::volume::rbd':
rbd_pool => $os_params::cinder_rbd_pool,