Merge "Do not restart services after policy file changes"

This commit is contained in:
Zuul 2023-09-11 03:41:08 +00:00 committed by Gerrit Code Review
commit 827d05b2f8
1 changed files with 1 additions and 1 deletions

View File

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