Merge "Remove unused cinder backup options"

This commit is contained in:
Zuul 2023-07-31 15:58:11 +00:00 committed by Gerrit Code Review
commit 8bb5b3b1d7

View File

@ -175,11 +175,7 @@ class openstack_integration::cinder (
}
if $cinder_backup == swift {
class { 'cinder::backup::swift':
backup_swift_user_domain => 'Default',
backup_swift_project_domain => 'Default',
backup_swift_project => 'Default',
}
class { 'cinder::backup::swift': }
}
}