Fix broken unit tests

Fix unit tests failure because of the following commit [1].

[1] baf5ab640e

Change-Id: I8636e9ad63d15ba522dcf4dd56ddeb5dacbdf041
This commit is contained in:
Takashi Kajinami 2020-04-08 07:52:58 +09:00
parent 93c1e91e22
commit 10bb8f9eeb
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ describe 'tripleo::profile::base::nova' do
is_expected.to contain_class('nova::config')
is_expected.to contain_class('nova::logging')
is_expected.to contain_class('nova::cache').with(
:enabled => true,
:backend => 'dogpile.cache.memcached',
:memcache_servers => ['127.0.0.1:11211']
)
is_expected.to contain_class('nova::placement')