From 79783fd4bf0734c0794158cd649765c5e77fc677 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 11 Sep 2023 12:26:15 +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: I09d8e48e9cb3e2a090bf2b3201c3b47a406f6f83 --- manifests/deps.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deps.pp b/manifests/deps.pp index 157cdef8..344809e0 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -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']