Merge "Notify not only cinder service, but also Apache"

This commit is contained in:
Zuul 2018-07-31 16:54:32 +00:00 committed by Gerrit Code Review
commit f9c2235839
2 changed files with 6 additions and 0 deletions

View File

@ -262,6 +262,7 @@ class cinder::api (
enable => false,
tag => ['cinder-service'],
}
Service <| title == 'httpd' |> { tag +> 'cinder-service' }
# we need to make sure cinder-api/eventlet is stopped before trying to start apache
Service['cinder-api'] -> Service[$service_name]

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Notify Apache in case the API is served in that context when the API is
supposed to be restarted, for instance due to configuration changes.