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: I86cad4b5487c4725e88f48ab50287694949d46ff
This commit is contained in:
Takashi Kajinami 2023-09-11 12:30:07 +09:00
parent ae605c6555
commit 7035d18d1e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class mistral::deps {
# policy config should occur in the config block
Anchor['mistral::config::begin']
-> Openstacklib::Policy<| tag == 'mistral' |>
~> Anchor['mistral::config::end']
-> Anchor['mistral::config::end']
# We need openstackclient before marking service end so that mistral
# will have clients available to create resources. This tag handles the