remove trailing class param comma
for 2.6.x support
This commit is contained in:
parent
5435b9e580
commit
9c716d68c5
@ -2,7 +2,7 @@
|
||||
class cinder::volume::iscsi (
|
||||
$iscsi_ip_address,
|
||||
$volume_group = 'cinder-volumes',
|
||||
$iscsi_helper = 'tgtadm',
|
||||
$iscsi_helper = 'tgtadm'
|
||||
) {
|
||||
|
||||
include cinder::params
|
||||
|
Loading…
Reference in New Issue
Block a user