Remove checking for rpc_backend

A recent commit removed it from puppet-oslo. We shouldn't be checking it
any more here.

[1] I7ccd995ef01c2d54427684718adba054260fdd52

Change-Id: Ib7e30196d8b336aafc5ce92f7c5d62fe31adc5a8
This commit is contained in:
Juan Antonio Osorio Robles 2017-02-28 16:48:29 +02:00
parent bf2d2fe504
commit d5ca9fb1b3

View File

@ -445,7 +445,6 @@ describe 'heat' do
context 'with default parameters' do
before { params.merge!( :rpc_backend => 'amqp' ) }
it { is_expected.to contain_heat_config('DEFAULT/rpc_backend').with_value('amqp') }
it { is_expected.to contain_heat_config('oslo_messaging_amqp/server_request_prefix').with_value('<SERVICE DEFAULT>') }
it { is_expected.to contain_heat_config('oslo_messaging_amqp/broadcast_prefix').with_value('<SERVICE DEFAULT>') }
it { is_expected.to contain_heat_config('oslo_messaging_amqp/group_request_prefix').with_value('<SERVICE DEFAULT>') }
@ -476,7 +475,6 @@ describe 'heat' do
:amqp_password => 'password',
) }
it { is_expected.to contain_heat_config('DEFAULT/rpc_backend').with_value('amqp') }
it { is_expected.to contain_heat_config('oslo_messaging_amqp/server_request_prefix').with_value('<SERVICE DEFAULT>') }
it { is_expected.to contain_heat_config('oslo_messaging_amqp/broadcast_prefix').with_value('<SERVICE DEFAULT>') }
it { is_expected.to contain_heat_config('oslo_messaging_amqp/group_request_prefix').with_value('<SERVICE DEFAULT>') }