From bda6a45bd451ca0e06e4653baf050302bebe7ba1 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 11 Sep 2023 12:32:46 +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: Iea046f3261afed60078f5b23df649cb4303d4595 --- manifests/deps.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deps.pp b/manifests/deps.pp index 67ce390c..0c90ac76 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -32,7 +32,7 @@ class sahara::deps { # policy config should occur in the config block also. Anchor['sahara::config::begin'] -> Openstacklib::Policy<| tag == 'sahara' |> - ~> Anchor['sahara::config::end'] + -> Anchor['sahara::config::end'] # On any uwsgi config change, we must restart Sahara API. Anchor['sahara::config::begin']