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: I56382b360b4f4f9950d2e636a8f765b732cf7446
This commit is contained in:
Takashi Kajinami 2023-09-11 12:34:49 +09:00
parent c065187c4c
commit 10df214567
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class vitrage::deps {
# policy config should occur in the config block also.
Anchor['vitrage::config::begin']
-> Openstacklib::Policy<| tag == 'vitrage' |>
~> Anchor['vitrage::config::end']
-> Anchor['vitrage::config::end']
# all coordination settings should be applied and all packages should be
# installed before service startup