Merge "Dell SC: Add exclude_domain_ip option"

This commit is contained in:
Jenkins 2017-04-14 23:59:15 +00:00 committed by Gerrit Code Review
commit c17519c6af
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class tripleo::profile::base::cinder::volume::dellsc (
dell_sc_api_port => hiera('cinder::backend::dellsc_iscsi::dell_sc_api_port', undef),
dell_sc_server_folder => hiera('cinder::backend::dellsc_iscsi::dell_sc_server_folder', undef),
dell_sc_volume_folder => hiera('cinder::backend::dellsc_iscsi::dell_sc_volume_folder', undef),
excluded_domain_ip => hiera('cinder::backend::dellsc_iscsi::excluded_domain_ip', undef),
}
}