[spec] Fix issues with puppet 2.7 (refs: #371)
This commit is contained in:
parent
8fbb917dd8
commit
0a6293aa54
@ -47,7 +47,7 @@ describe 'cloud::volume::storage' do
|
|||||||
'lowcost' => {
|
'lowcost' => {
|
||||||
'rbd_pool' => 'ceph_cinder',
|
'rbd_pool' => 'ceph_cinder',
|
||||||
'rbd_user' => 'cinder',
|
'rbd_user' => 'cinder',
|
||||||
'rbd_secret_uuid' => 'secret',
|
'rbd_secret_uuid' => 'secret'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'netapp' => {
|
'netapp' => {
|
||||||
@ -182,9 +182,7 @@ describe 'cloud::volume::storage' do
|
|||||||
|
|
||||||
context 'with backward compatiblity (without multi-backend)' do
|
context 'with backward compatiblity (without multi-backend)' do
|
||||||
before :each do
|
before :each do
|
||||||
params.merge!(
|
params.merge!(:cinder_backends => false)
|
||||||
:cinder_backends => false,
|
|
||||||
)
|
|
||||||
end
|
end
|
||||||
it 'configure rbd volume driver without multi-backend' do
|
it 'configure rbd volume driver without multi-backend' do
|
||||||
should contain_cinder__backend__rbd('DEFAULT').with(
|
should contain_cinder__backend__rbd('DEFAULT').with(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user