From 8eafd014a8c01826d50c12444271973aace8961b Mon Sep 17 00:00:00 2001 From: Cédric Jeanneret Date: Thu, 19 Oct 2017 08:32:09 +0200 Subject: Create dedicated "apache" base profile This profile has multiple purposes: - group common httpd configurations/instructions - correct a small issue with the "status" mod Until now, only Horizon was specifically including this mode, and as httpd wasn't listening on localhost, it wasn't in use at all. With this commit, all API using apache will be able to provide the httpd server status on 127.0.0.1/server-status. Change-Id: If6d64f807c244d7e56852a67ac7dbad26c4c002f Closes-Bug: 1724751 (cherry picked from commit 0933bc5fd896ac2474872bb1b4b217ad8f430885) --- manifests/profile/base/gnocchi/api.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/profile/base/gnocchi/api.pp') diff --git a/manifests/profile/base/gnocchi/api.pp b/manifests/profile/base/gnocchi/api.pp index c958359..fdd0517 100644 --- a/manifests/profile/base/gnocchi/api.pp +++ b/manifests/profile/base/gnocchi/api.pp @@ -97,7 +97,7 @@ class tripleo::profile::base::gnocchi::api ( if $step >= 4 or ($step >= 3 and $sync_db) { include ::gnocchi::api - include ::apache::mod::ssl + include ::tripleo::profile::base::apache class { '::gnocchi::wsgi::apache': ssl_cert => $tls_certfile, ssl_key => $tls_keyfile, -- cgit 1.2.3-korg