Merge "cache: Fix missing assertion of hashclient_retry_attempts"

This commit is contained in:
Zuul 2024-03-01 02:40:22 +00:00 committed by Gerrit Code Review
commit 597476125e
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ describe 'nova::cache' do
:enable_retry_client => '<SERVICE DEFAULT>',
:retry_attempts => '<SERVICE DEFAULT>',
:retry_delay => '<SERVICE DEFAULT>',
:hashclient_retry_attempts => '<SERVICE DEFAULT>',
:hashclient_retry_delay => '<SERVICE DEFAULT>',
:dead_timeout => '<SERVICE DEFAULT>',
:manage_backend_package => true,