Reload apache on os-loganalyze update

When os-loganalyze is updated we need to reload apache to refresh
the wsgi app.

Change-Id: Iea753747ede2ab257bb8492d6771c238be490f66
This commit is contained in:
Joshua Hesketh
2015-07-08 12:20:20 +10:00
parent 21783c7571
commit 35917d2cb4

View File

@@ -110,6 +110,7 @@ class openstackci::logserver (
path => '/usr/local/bin:/usr/bin:/bin/',
refreshonly => true,
subscribe => Vcsrepo['/opt/os-loganalyze'],
notify => Service['httpd'],
}
file { '/etc/os_loganalyze':