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:
parent
adcd72abc2
commit
bfc5dac613
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user