Use common class to manage apache service in beaker job

Depends-on: https://review.opendev.org/#/c/745246/
Change-Id: I5fc2b81f8a48e51a60daea311530645ce05f5fc5
This commit is contained in:
Takashi Kajinami
2020-08-07 09:42:40 +09:00
parent 3184e2079d
commit 093e6f16fa
4 changed files with 4 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ describe 'basic keystone server with changed domain id' do
<<-EOM
include openstack_integration
include openstack_integration::repos
include openstack_integration::apache
include openstack_integration::mysql
class { 'openstack_integration::keystone':

View File

@@ -8,6 +8,7 @@ describe 'keystone server running with Apache/WSGI as Identity Provider' do
pp= <<-EOS
include openstack_integration
include openstack_integration::repos
include openstack_integration::apache
include openstack_integration::mysql
include openstack_integration::keystone

View File

@@ -8,6 +8,7 @@ describe 'keystone server running with Apache/WSGI as Service Provider with Shib
pp= <<-EOS
include openstack_integration
include openstack_integration::repos
include openstack_integration::apache
include openstack_integration::mysql
include openstack_integration::keystone

View File

@@ -8,6 +8,7 @@ describe 'keystone server running with Apache/WSGI with resources' do
pp= <<-EOS
include openstack_integration
include openstack_integration::repos
include openstack_integration::apache
include openstack_integration::mysql
include openstack_integration::keystone