From f5198a662d5eadda0f3d05b66c821ede7d11801f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 11 Sep 2023 12:35:19 +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: Ib83054cac36ea323b63981793b222bce4fad5087 --- manifests/deps.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deps.pp b/manifests/deps.pp index 8ace269..a81b8d4 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -22,7 +22,7 @@ class watcher::deps { # policy config should occur in the config block also. Anchor['watcher::config::begin'] -> Openstacklib::Policy<| tag == 'watcher' |> - ~> Anchor['watcher::config::end'] + -> Anchor['watcher::config::end'] # all cache settings should be applied and all packages should be installed # before service startup