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:
Takashi Kajinami
2023-09-11 12:28:48 +09:00
parent fa8bad5cf2
commit d607ed74c5

View File

@@ -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