From 6c2236a25a310fc60a416d9116fa824967c926ec Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 28 Feb 2023 17:03:20 +0900 Subject: [PATCH] Cinder: Use appropriate IP version for iscsi target ... instead of using 127.0.0.1 (v4) always. Change-Id: Idf03c00ff60fdfa44b25bc5313f95baeeefd2433 --- manifests/cinder.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/cinder.pp b/manifests/cinder.pp index 6fa495609..35335a317 100644 --- a/manifests/cinder.pp +++ b/manifests/cinder.pp @@ -133,7 +133,7 @@ class openstack_integration::cinder ( size => '15G', } cinder::backend::iscsi { 'BACKEND_1': - target_ip_address => '127.0.0.1', + target_ip_address => $::openstack_integration::config::host, manage_volume_type => true, } include openstacklib::iscsid