diff --git a/spec/classes/heat_init_spec.rb b/spec/classes/heat_init_spec.rb index b6e64bec..52572d01 100644 --- a/spec/classes/heat_init_spec.rb +++ b/spec/classes/heat_init_spec.rb @@ -160,13 +160,15 @@ describe 'heat' do it { is_expected.to contain_heat_config('paste_deploy/flavor').with_value('keystone') } it 'configures notification_driver' do - is_expected.to contain_heat_config('oslo_messaging_notifications/transport_url').with_value('') - is_expected.to contain_heat_config('oslo_messaging_notifications/driver').with_value('') - is_expected.to contain_heat_config('oslo_messaging_notifications/topics').with_value('') + is_expected.to contain_heat_config('oslo_messaging_notifications/transport_url').with_value('') + is_expected.to contain_heat_config('oslo_messaging_notifications/driver').with_value('') + is_expected.to contain_heat_config('oslo_messaging_notifications/topics').with_value('') end it 'sets default value for http_proxy_to_wsgi middleware' do - is_expected.to contain_heat_config('oslo_middleware/enable_proxy_headers_parsing').with_value('') + is_expected.to contain_oslo__middleware('heat_config').with( + :enable_proxy_headers_parsing => '', + ) end it 'sets clients_heat url' do