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: I4fded6f3ce50ad51121d1e6f15688e0e403655ba
This commit is contained in:
Takashi Kajinami 2023-09-11 12:29:13 +09:00
parent f83eba65af
commit af7db846a4
1 changed files with 1 additions and 1 deletions

View File

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