Merge pull request #421 from enovance/fix-keyring

Update Ceph Keyring
This commit is contained in:
Sebastien Badia
2014-04-15 13:50:18 +02:00
6 changed files with 65 additions and 57 deletions

View File

@@ -248,6 +248,10 @@ describe 'cloud::compute::hypervisor' do
should contain_nova_config('DEFAULT/rbd_user').with('value' => 'cinder')
should contain_nova_config('DEFAULT/rbd_secret_uuid').with('value' => 'secrete')
should contain_group('cephkeyring').with(:ensure => 'present')
should contain_exec('add-nova-to-group').with(
:command => 'usermod -a -G cephkeyring nova',
:unless => 'groups nova | grep cephkeyring'
)
end
it 'configure nova-compute with extra parameters' do