Use common class to manage apache service in beaker job
Depends-on: https://review.opendev.org/#/c/745246/ Change-Id: I190277da7b98d40bf0f772e37d016f34caa9e9a2
This commit is contained in:
parent
b5baf49d9e
commit
c0b61ceffa
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user