change iscsi_ip_address to bind_host

This commit is contained in:
Vladimir Kuklin
2012-11-09 18:37:22 +04:00
parent e939085ee1
commit c407d09142

View File

@@ -64,7 +64,7 @@ if $manage_volumes {
}
class { 'cinder::volume::iscsi':
iscsi_ip_address => $internal_address,
iscsi_ip_address => $bind_host,
physical_volume => $nv_physical_volume,
}
}