Fix assertion of heartbeat_in_pthread parameter

Its default in puppet-oslo has been changed by [1].

[1] 06a9b12199ed03842bb935749dedf4fc8e20d043

Change-Id: I778421c9e46e3c1800dd6e7b7b210442663454f0
This commit is contained in:
Takashi Kajinami
2025-02-20 09:49:08 +09:00
parent cc87de76ea
commit a1a95cceb4

View File

@@ -7,7 +7,7 @@ describe 'glance::notify::rabbitmq' do
:rabbit_ha_queues => '<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>',
:rabbit_use_ssl => '<SERVICE DEFAULT>',
:kombu_ssl_ca_certs => '<SERVICE DEFAULT>',