Do not expect database/idle_timeout

This cleans up remaining usage of the idle_timeout parameter which was
removed[1], to fix the failing unit test case asserting the parameter.

[1] 3eb0e709473d53bc9a26c672c10486828d84d50f

Conflicts:
	spec/classes/octavia_init_spec.rb

Change-Id: Iae57938166d831f4b0b4a449d64181239fe912c7
(cherry picked from commit be9157566e)
(cherry picked from commit 0a6a63692c)
(cherry picked from commit 558e7f31e6)
This commit is contained in:
Takashi Kajinami 2021-03-05 15:24:54 +09:00
parent d6e88fb539
commit 276185bb30
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ describe 'octavia' do
it { is_expected.to contain_oslo__db('octavia_config').with(
:db_max_retries => '<SERVICE DEFAULT>',
:connection => 'sqlite:////var/lib/octavia/octavia.sqlite',
:idle_timeout => '<SERVICE DEFAULT>',
:min_pool_size => '<SERVICE DEFAULT>',
:max_pool_size => '<SERVICE DEFAULT>',
:max_retries => '<SERVICE DEFAULT>',