Merge "Change iscsi_ip_address to target_ip_address"

This commit is contained in:
Zuul 2018-12-05 23:59:09 +00:00 committed by Gerrit Code Review
commit 7ac353bcf8
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}
}