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