Merge "Clean up parameter alignment in hp3par_iscsi"

This commit is contained in:
Jenkins 2016-01-26 23:18:41 +00:00 committed by Gerrit Code Review
commit 1242fbb2c3

View File

@ -52,14 +52,14 @@ class cinder::volume::hp3par_iscsi(
$hp3par_api_url, $hp3par_api_url,
$hp3par_username, $hp3par_username,
$hp3par_password, $hp3par_password,
$hp3par_iscsi_ips,
$san_ip, $san_ip,
$san_login, $san_login,
$san_password, $san_password,
$volume_driver = 'cinder.volume.drivers.san.hp.hp_3par_iscsi.HP3PARISCSIDriver', $volume_driver = 'cinder.volume.drivers.san.hp.hp_3par_iscsi.HP3PARISCSIDriver',
$hp3par_iscsi_ips, $hp3par_iscsi_chap_enabled = false,
$hp3par_iscsi_chap_enabled = false, $hp3par_snap_cpg = OpenstackCPG,
$hp3par_snap_cpg = OpenstackCPG, $hp3par_snapshot_retention = 48,
$hp3par_snapshot_retention = 48,
$hp3par_snapshot_expiration = 72, $hp3par_snapshot_expiration = 72,
$extra_options = {}, $extra_options = {},
) { ) {