Fix broken unit tests
Fix unit tests failure because of the following commit [1]. [1] baf5ab640e19cdeeb3a2a9a61f650814f9e82dd3 Change-Id: I8636e9ad63d15ba522dcf4dd56ddeb5dacbdf041
This commit is contained in:
parent
93c1e91e22
commit
10bb8f9eeb
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user