Merge "Notify apache for nova placement"

This commit is contained in:
Zuul 2018-07-18 19:24:37 +00:00 committed by Gerrit Code Review
commit 0339d56f0b
1 changed files with 3 additions and 0 deletions

View File

@ -150,6 +150,9 @@ class nova::wsgi::apache_placement (
-> File[$::nova::params::placement_httpd_config_file]
~> Service['httpd']
# notify apache on service refreshes
Anchor['nova::service::begin'] ~> Service['httpd']
::openstacklib::wsgi::apache { 'placement_wsgi':
bind_host => $bind_host,
bind_port => $api_port,