Use common class to manage apache service in beaker job

Depends-on: https://review.opendev.org/#/c/747935/
Change-Id: I190277da7b98d40bf0f772e37d016f34caa9e9a2
(cherry picked from commit c0b61ceffa)
This commit is contained in:
Takashi Kajinami 2020-08-27 12:02:51 +09:00
parent 2a9c8eaa04
commit 6eb4f5fc12
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ describe 'horizon class' do
pp= <<-EOS pp= <<-EOS
include openstack_integration include openstack_integration
include openstack_integration::repos include openstack_integration::repos
include openstack_integration::apache
class { 'horizon': class { 'horizon':
secret_key => 'big_secret', secret_key => 'big_secret',
@ -49,6 +50,7 @@ describe 'horizon class' do
pp= <<-EOS pp= <<-EOS
include openstack_integration include openstack_integration
include openstack_integration::repos include openstack_integration::repos
include openstack_integration::apache
class { 'horizon': class { 'horizon':
secret_key => 'big_secret', secret_key => 'big_secret',