From 4cd42b17d8f7ccacfbbbb159623bb861f6f841c8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 31 Aug 2022 00:56:12 +0900 Subject: [PATCH] Enable memcached in acceptance tests ... because it is required as cache backend. Change-Id: Ie972d8dccf43a3fe063c321c383cc749dfb1722d --- spec/acceptance/10_basic_heat_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/acceptance/10_basic_heat_spec.rb b/spec/acceptance/10_basic_heat_spec.rb index 877b5a90..968473c4 100644 --- a/spec/acceptance/10_basic_heat_spec.rb +++ b/spec/acceptance/10_basic_heat_spec.rb @@ -11,6 +11,7 @@ describe 'basic heat' do include openstack_integration::apache include openstack_integration::rabbitmq include openstack_integration::mysql + include openstack_integration::memcached include openstack_integration::keystone include openstack_integration::heat EOS