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: Ib83054cac36ea323b63981793b222bce4fad5087
This commit is contained in:
Takashi Kajinami 2023-09-11 12:35:19 +09:00
parent 0361625e8d
commit f5198a662d

View File

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