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: I0f91c24b97703cc0388e2aa89511b329928aff84
This commit is contained in:
Takashi Kajinami 2023-09-11 12:27:32 +09:00
parent 3b0543c0e2
commit 8e5598f740
1 changed files with 1 additions and 1 deletions

View File

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