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: I09d8e48e9cb3e2a090bf2b3201c3b47a406f6f83
This commit is contained in:
Takashi Kajinami 2023-09-11 12:26:15 +09:00
parent e2636737a4
commit 79783fd4bf
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class cinder::deps {
# policy config should occur in the config block also.
Anchor['cinder::config::begin']
-> Openstacklib::Policy<| tag == 'cinder' |>
~> Anchor['cinder::config::end']
-> Anchor['cinder::config::end']
# On any uwsgi config change, we must restart Cinder API.
Anchor['cinder::config::begin']