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: Id8970f67c8b9dc7cbf4026db28f5715f7e025fb7
This commit is contained in:
Takashi Kajinami 2023-09-11 12:30:29 +09:00
parent 840927a91c
commit ea95a1b182
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class murano::deps {
# policy config should occur in the config block also.
Anchor['murano::config::begin']
-> Openstacklib::Policy<| tag == 'murano' |>
~> Anchor['murano::config::end']
-> Anchor['murano::config::end']
# Installation or config changes will always restart services.
Anchor['murano::install::end'] ~> Anchor['murano::service::begin']