Fix unit test

The rpc_backend option has been removed in puppet-oslo[0], so we should
remove it.

[0]https://review.openstack.org/#/c/489264/

Change-Id: Ie2ef8ac697cfa7680f78b3067de17a8575fd80b3
Closes-Bug: #1708976
This commit is contained in:
ZhongShengping 2017-08-07 14:10:30 +08:00
parent 9a37dc86f4
commit 940f03723e
2 changed files with 1 additions and 2 deletions

View File

@ -220,7 +220,7 @@
#
# [*rpc_backend*]
# (optional) The rpc backend.
# Defaults to 'rabbit'.
# Defaults to $::os_service_default.
#
class mistral(
$keystone_password,

View File

@ -32,7 +32,6 @@ describe 'mistral' do
end
it 'should contain default config' do
is_expected.to contain_mistral_config('DEFAULT/rpc_backend').with(:value => 'rabbit')
is_expected.to contain_mistral_config('DEFAULT/control_exchange').with(:value => '<SERVICE DEFAULT>')
is_expected.to contain_mistral_config('DEFAULT/rpc_response_timeout').with(:value => '<SERVICE DEFAULT>')
is_expected.to contain_mistral_config('DEFAULT/report_interval').with(:value => '<SERVICE DEFAULT>')