Merge "Drop old deprecations"

This commit is contained in:
Jenkins
2014-12-05 17:04:34 +00:00
committed by Gerrit Code Review
19 changed files with 157 additions and 1094 deletions

View File

@@ -302,21 +302,6 @@ describe 'cloud::volume::storage' do
end
end
context 'with backward compatiblity (without multi-backend)' do
before :each do
params.merge!(:cinder_backends => false)
end
it 'configure rbd volume driver without multi-backend' do
is_expected.to contain_cinder__backend__rbd('DEFAULT').with(
:rbd_pool => 'ceph_cinder',
:rbd_user => 'cinder',
:rbd_secret_uuid => 'secret',
:rbd_ceph_conf => '/etc/ceph/ceph.conf',
:rbd_flatten_volume_from_snapshot => false,
:rbd_max_clone_depth => '10'
)
end
end
end
context 'on Debian platforms' do