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: I96e2447ddf1a3e5c043bbc3529cdd7dcc3316d2d
This commit is contained in:
Takashi Kajinami 2023-09-11 12:36:06 +09:00
parent adcd72abc2
commit bfc5dac613
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class zaqar::deps {
# policy config should occur in the config block also.
Anchor['zaqar::config::begin']
-> Openstacklib::Policy<| tag == 'zaqar' |>
~> Anchor['zaqar::config::end']
-> Anchor['zaqar::config::end']
# Installation or config changes will always restart services.
Anchor['zaqar::install::end'] ~> Anchor['zaqar::service::begin']