[spec] Fix syntax error under ruby 1.8

This commit is contained in:
Sebastien Badia
2014-04-04 21:37:18 +02:00
parent 90554c6786
commit e7ef101060

View File

@@ -116,7 +116,7 @@ describe 'cloud::volume::controller' do
should contain_class('cinder::api').with(
:keystone_password => 'secrete',
:keystone_auth_host => '10.0.0.1',
:bind_host => '10.0.0.1',
:bind_host => '10.0.0.1'
)
should contain_cinder_config('DEFAULT/default_volume_type').with(:ensure => 'absent')
end