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: I31089fd39ae4415d524f9db4b25e939d9b2e7533
This commit is contained in:
@@ -40,7 +40,7 @@ class keystone::deps {
|
||||
# policy config should occur in the config block also.
|
||||
Anchor['keystone::config::begin']
|
||||
-> Openstacklib::Policy<| tag == 'keystone' |>
|
||||
~> Anchor['keystone::config::end']
|
||||
-> Anchor['keystone::config::end']
|
||||
|
||||
# Support packages need to be installed in the install phase, but we don't
|
||||
# put them in the chain above because we don't want any false dependencies
|
||||
|
||||
Reference in New Issue
Block a user