Use the correct tag on httpd so gnocchi service gets notified

Change-Id: Ibfa9fb39f60c1e4a802d189b32ff4c34476c93d3
(cherry picked from commit 48f6acd3a5)
This commit is contained in:
Pradeep Kilambi 2017-06-13 15:07:32 -04:00
parent a26a6452aa
commit 3a9c5d84ce
1 changed files with 1 additions and 1 deletions

View File

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