From 0439bd22d6d0aeeeb2092d2056162e8c89cf5c4b Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 8 Jul 2022 13:25:05 +0900 Subject: [PATCH] Use p-o-i manifest to deploy memcached ... instead of own implementation locally managed in this repo. Change-Id: I4f462027417369d8666bf55c7564cf5df2452995 --- spec/acceptance/10_basic_swift_spec.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/spec/acceptance/10_basic_swift_spec.rb b/spec/acceptance/10_basic_swift_spec.rb index 0001aba7..239c2304 100644 --- a/spec/acceptance/10_basic_swift_spec.rb +++ b/spec/acceptance/10_basic_swift_spec.rb @@ -11,6 +11,7 @@ describe 'basic swift' do include openstack_integration::apache include openstack_integration::rabbitmq include openstack_integration::mysql + include openstack_integration::memcached include openstack_integration::keystone exec { 'setenforce 0': @@ -21,10 +22,6 @@ describe 'basic swift' do package { 'curl': ensure => present } - class { 'memcached': - listen_ip => '127.0.0.1', - } - # Swift resources class { 'swift': # not sure how I want to deal with this shared secret @@ -135,6 +132,7 @@ describe 'basic swift' do include openstack_integration::apache include openstack_integration::rabbitmq include openstack_integration::mysql + include openstack_integration::memcached include openstack_integration::keystone exec { 'setenforce 0': @@ -145,10 +143,6 @@ describe 'basic swift' do package { 'curl': ensure => present } - class { 'memcached': - listen_ip => '127.0.0.1', - } - # Swift resources class { 'swift': # not sure how I want to deal with this shared secret