Merge "Clean up parameter alignment in hp3par_iscsi"
This commit is contained in:
commit
1242fbb2c3
@ -52,14 +52,14 @@ class cinder::volume::hp3par_iscsi(
|
||||
$hp3par_api_url,
|
||||
$hp3par_username,
|
||||
$hp3par_password,
|
||||
$hp3par_iscsi_ips,
|
||||
$san_ip,
|
||||
$san_login,
|
||||
$san_password,
|
||||
$volume_driver = 'cinder.volume.drivers.san.hp.hp_3par_iscsi.HP3PARISCSIDriver',
|
||||
$hp3par_iscsi_ips,
|
||||
$hp3par_iscsi_chap_enabled = false,
|
||||
$hp3par_snap_cpg = OpenstackCPG,
|
||||
$hp3par_snapshot_retention = 48,
|
||||
$volume_driver = 'cinder.volume.drivers.san.hp.hp_3par_iscsi.HP3PARISCSIDriver',
|
||||
$hp3par_iscsi_chap_enabled = false,
|
||||
$hp3par_snap_cpg = OpenstackCPG,
|
||||
$hp3par_snapshot_retention = 48,
|
||||
$hp3par_snapshot_expiration = 72,
|
||||
$extra_options = {},
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user