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: Ie2ef0bd7f9b4ab7f60a976fe7832f49b288eca64
This commit is contained in:
Takashi Kajinami 2023-07-13 11:54:46 +09:00
parent fd5058341b
commit f87f4629c1
1 changed files with 1 additions and 1 deletions

View File

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