From af7db846a47967ed5f5b222398b713927fddfd3c Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 11 Sep 2023 12:29:13 +0900 Subject: [PATCH] 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: I4fded6f3ce50ad51121d1e6f15688e0e403655ba --- manifests/deps.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deps.pp b/manifests/deps.pp index 47e7718..01724e6 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -31,7 +31,7 @@ class magnum::deps { # policy config should occur in the config block also. Anchor['magnum::config::begin'] -> Openstacklib::Policy<| tag == 'magnum' |> - ~> Anchor['magnum::config::end'] + -> Anchor['magnum::config::end'] # On any uwsgi config change, we must restart Magnum API. Anchor['magnum::config::begin']