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: I92b0e0098914fe52f5605887721516d6f9746fee
This commit is contained in:
Takashi Kajinami 2023-09-11 12:31:59 +09:00
parent 226f535109
commit 11fd51e93d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class octavia::deps {
# policy config should occur in the config block also.
Anchor['octavia::config::begin']
-> Openstacklib::Policy<| tag == 'octavia' |>
~> Anchor['octavia::config::end']
-> Anchor['octavia::config::end']
# On any uwsgi config change, we must restart Octavia API.
Anchor['octavia::config::begin']