Merge "Cinder: Use appropriate IP version for iscsi target"
This commit is contained in:
commit
b314adf3b8
@ -133,7 +133,7 @@ class openstack_integration::cinder (
|
|||||||
size => '15G',
|
size => '15G',
|
||||||
}
|
}
|
||||||
cinder::backend::iscsi { 'BACKEND_1':
|
cinder::backend::iscsi { 'BACKEND_1':
|
||||||
target_ip_address => '127.0.0.1',
|
target_ip_address => $::openstack_integration::config::host,
|
||||||
manage_volume_type => true,
|
manage_volume_type => true,
|
||||||
}
|
}
|
||||||
include openstacklib::iscsid
|
include openstacklib::iscsid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user