cache: Fix missing assertion of hashclient_retry_attempts
... to make the cache class unit tests consistent. Change-Id: Ie4cef2b3913c72e03d0b2c0002026450b5e16341
This commit is contained in:
@@ -37,6 +37,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,
|
||||
|
Reference in New Issue
Block a user