diff --git a/manifests/cinder.pp b/manifests/cinder.pp index d9ee468d9..0b4b55387 100644 --- a/manifests/cinder.pp +++ b/manifests/cinder.pp @@ -134,7 +134,7 @@ class openstack_integration::cinder ( size => '15G', } cinder::backend::iscsi { 'BACKEND_1': - iscsi_ip_address => '127.0.0.1', + target_ip_address => '127.0.0.1', manage_volume_type => true, } }