From 10df214567eb63f71abb1e2179a57e5259a3dbb4 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 11 Sep 2023 12:34:49 +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: I56382b360b4f4f9950d2e636a8f765b732cf7446 --- manifests/deps.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deps.pp b/manifests/deps.pp index 56446c4..8ad0333 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -32,7 +32,7 @@ class vitrage::deps { # policy config should occur in the config block also. Anchor['vitrage::config::begin'] -> Openstacklib::Policy<| tag == 'vitrage' |> - ~> Anchor['vitrage::config::end'] + -> Anchor['vitrage::config::end'] # all coordination settings should be applied and all packages should be # installed before service startup