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: Iea046f3261afed60078f5b23df649cb4303d4595
This commit is contained in:
Takashi Kajinami 2023-09-11 12:32:46 +09:00
parent 26a0220249
commit bda6a45bd4
1 changed files with 1 additions and 1 deletions

View File

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