Use the correct tag on httpd so gnocchi service gets notified

Change-Id: Ibfa9fb39f60c1e4a802d189b32ff4c34476c93d3
This commit is contained in:
Pradeep Kilambi 2017-06-13 15:07:32 -04:00
parent 4e006a0fd0
commit 48f6acd3a5
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,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]