Merge "Dell SC: Add exclude_domain_ip option" into stable/ocata

This commit is contained in:
Jenkins 2017-06-14 03:25:31 +00:00 committed by Gerrit Code Review
commit 7511c4738c
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),
}
}