Drop unused parameter
The ceph_init_override parameter has been unused since the logic to manipulate CEPH_ARGS was removed by [1]. Also drop the description about OS init script, because the script is no longer modified. [1] 94a7b021fb52d0694410493f9c81b0ce99b00475 Change-Id: I047a2260ca4f268e075d5576400d2ef39f8c9eb4
This commit is contained in:
parent
a45143dd47
commit
608ad3bc50
@ -6,10 +6,11 @@
|
||||
# === Parameters
|
||||
#
|
||||
# [*rbd_pool*]
|
||||
# (required) Specifies the pool name for the block device driver.
|
||||
# (required) The RADOS pool where RBD volumes are stored.
|
||||
#
|
||||
# [*rbd_user*]
|
||||
# (required) A required parameter to configure OS init scripts and cephx.
|
||||
# (required) The RADOS client name for accessing RBD volumes - only set when
|
||||
# using cephx authentication.
|
||||
#
|
||||
# [*backend_host*]
|
||||
# (optional) Allows specifying the hostname/key used for the owner of volumes
|
||||
|
@ -24,7 +24,6 @@ class cinder::params {
|
||||
$db_sync_command = 'cinder-manage db sync'
|
||||
$tgt_package_name = 'tgt'
|
||||
$tgt_service_name = 'tgt'
|
||||
$ceph_init_override = '/etc/default/cinder-volume'
|
||||
$ceph_common_package_name = 'ceph-common'
|
||||
$target_helper = 'tgtadm'
|
||||
$lio_package_name = 'targetcli'
|
||||
@ -47,7 +46,6 @@ class cinder::params {
|
||||
$db_sync_command = 'cinder-manage db sync'
|
||||
$tgt_package_name = 'scsi-target-utils'
|
||||
$tgt_service_name = 'tgtd'
|
||||
$ceph_init_override = '/etc/sysconfig/openstack-cinder-volume'
|
||||
$ceph_common_package_name = 'ceph-common'
|
||||
$target_helper = 'lioadm'
|
||||
$lio_package_name = 'targetcli'
|
||||
|
Loading…
x
Reference in New Issue
Block a user