diff --git a/manifests/cinder.pp b/manifests/cinder.pp index b57823fae..7fd04dbf5 100644 --- a/manifests/cinder.pp +++ b/manifests/cinder.pp @@ -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': } } }