Do not restart services after policy file changes
The oslo.policy library has implementations to detect change in policy rules and reload the new rules without service restart. Change-Id: I990a24499bba2ad06aac20e5786c4acca4a2392e
This commit is contained in:
parent
df47555a7a
commit
ee6e80eef0
@ -40,7 +40,7 @@ class gnocchi::deps {
|
|||||||
# policy config should occur in the config block also.
|
# policy config should occur in the config block also.
|
||||||
Anchor['gnocchi::config::begin']
|
Anchor['gnocchi::config::begin']
|
||||||
-> Openstacklib::Policy<| tag == 'gnocchi' |>
|
-> Openstacklib::Policy<| tag == 'gnocchi' |>
|
||||||
~> Anchor['gnocchi::config::end']
|
-> Anchor['gnocchi::config::end']
|
||||||
|
|
||||||
# On any uwsgi config change, we must restart gnocchi-api.
|
# On any uwsgi config change, we must restart gnocchi-api.
|
||||||
Anchor['gnocchi::config::begin']
|
Anchor['gnocchi::config::begin']
|
||||||
|
Loading…
Reference in New Issue
Block a user