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