Remove excluded_domain_ip for DELL SC

This code was only there in the last release
to cleanup the config option and can be removed
now.

Change-Id: If6e71efb82a9a3d609f04a6b8725099e683756df
This commit is contained in:
Tobias Urdin 2020-01-14 10:31:37 +01:00
parent 8c47466dfc
commit 9b47a8ad04
1 changed files with 0 additions and 5 deletions

View File

@ -145,11 +145,6 @@ default of \"vol\" and will be changed to the upstream OpenStack default in N-re
"${name}/use_multipath_for_image_xfer": value => $use_multipath_for_image_xfer;
}
# TODO(tobias-urdin): Remove this in U release.
cinder_config {
"${name}/excluded_domain_ip": ensure => absent;
}
if $manage_volume_type {
cinder_type { $volume_backend_name:
ensure => present,