aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/mistral
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-11-14 17:07:46 +0000
committerGerrit Code Review <review@openstack.org>2017-11-14 17:07:46 +0000
commita974e44e10c20c8ccc87f3b5dc0c1a7c50671d76 (patch)
tree3a11ef1cad6ae78776332569e4f42f6739f38b81 /manifests/profile/base/mistral
parentb25798b8f000facad56a83b0158809072b527813 (diff)
parent8eafd014a8c01826d50c12444271973aace8961b (diff)
Merge "Create dedicated "apache" base profile" into stable/pike
Diffstat (limited to 'manifests/profile/base/mistral')
-rw-r--r--manifests/profile/base/mistral/api.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/mistral/api.pp b/manifests/profile/base/mistral/api.pp
index 2ab2d96..f13a44f 100644
--- a/manifests/profile/base/mistral/api.pp
+++ b/manifests/profile/base/mistral/api.pp
@@ -84,7 +84,7 @@ class tripleo::profile::base::mistral::api (
# Temporarily disable Mistral API deployed in WSGI
# https://bugs.launchpad.net/tripleo/+bug/1724607
if $mistral_api_wsgi_enabled {
- include ::apache::mod::ssl
+ include ::tripleo::profile::base::apache
class { '::mistral::wsgi::apache':
ssl_cert => $tls_certfile,
ssl_key => $tls_keyfile,