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:
Takashi Kajinami 2023-09-11 12:36:58 +09:00
parent df47555a7a
commit ee6e80eef0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class gnocchi::deps {
# policy config should occur in the config block also.
Anchor['gnocchi::config::begin']
-> Openstacklib::Policy<| tag == 'gnocchi' |>
~> Anchor['gnocchi::config::end']
-> Anchor['gnocchi::config::end']
# On any uwsgi config change, we must restart gnocchi-api.
Anchor['gnocchi::config::begin']