Fix missing usage of openstack_integration::apache

This patch fixes openstack_integration::apache still missing in beaker
tests, to avoid failures in CentOS8 beaker job.

Change-Id: I3f87fa90944d467997cc9cf34a0942179836d0f1
This commit is contained in:
Takashi Kajinami 2020-08-27 20:19:00 +09:00
parent 960c621923
commit 95b1acaa36
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ require 'spec_helper_acceptance'
describe 'basic keystone server with changed domain id' do describe 'basic keystone server with changed domain id' do
after(:context) do after(:context) do
clean_up_manifest = <<-EOM clean_up_manifest = <<-EOM
include openstack_integration::apache
include openstack_integration::keystone include openstack_integration::keystone
keystone_config { 'identity/default_domain_id': ensure => absent} keystone_config { 'identity/default_domain_id': ensure => absent}

View File

@ -314,6 +314,7 @@ EOC
context 'manifest' do context 'manifest' do
let(:pp) do let(:pp) do
<<-EOM <<-EOM
include openstack_integration::apache
class { 'openstack_integration::keystone': class { 'openstack_integration::keystone':
default_domain => 'default_domain', default_domain => 'default_domain',
using_domain_config => true, using_domain_config => true,