Fix assertion of heartbeat_in_pthread parameter
Its default in puppet-oslo has been changed by [1]. [1] 06a9b12199ed03842bb935749dedf4fc8e20d043 Change-Id: I8eb2cd209e39675ebf1c09ed33654ff7998ec6d4
This commit is contained in:
parent
f610873ada
commit
8b4313d7d2
@ -31,7 +31,7 @@ describe 'vitrage' do
|
||||
:rabbit_use_ssl => '<SERVICE DEFAULT>',
|
||||
:heartbeat_timeout_threshold => '<SERVICE DEFAULT>',
|
||||
:heartbeat_rate => '<SERVICE DEFAULT>',
|
||||
:heartbeat_in_pthread => '<SERVICE DEFAULT>',
|
||||
:heartbeat_in_pthread => nil,
|
||||
:kombu_reconnect_delay => '<SERVICE DEFAULT>',
|
||||
:kombu_failover_strategy => '<SERVICE DEFAULT>',
|
||||
:amqp_durable_queues => '<SERVICE DEFAULT>',
|
||||
|
Loading…
x
Reference in New Issue
Block a user