Fix missing order/notification for some config files

This ensures the all config files are updated during the config phase
and services are restarted when any of the files are updated.

Change-Id: Ia8d4cd4326cd3070b3bd5f1fb590bea13a5dedf4
(cherry picked from commit ed9f173ded)
This commit is contained in:
Takashi Kajinami 2023-01-23 17:24:55 +09:00
parent fec84ec1d7
commit 95a6285e73
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ class murano::deps {
# before dbsync starts
Oslo::Db<||> -> Anchor['murano::dbsync::begin']
Anchor['murano::config::begin'] -> Murano_paste_ini_config<||> ~> Anchor['murano::config::end']
Anchor['murano::config::begin'] -> Murano_cfapi_config<||> ~> Anchor['murano::config::end']
Anchor['murano::config::begin'] -> Murano_cfapi_paste_ini_config<||> ~> Anchor['murano::config::end']
# policy config should occur in the config block also.
Anchor['murano::config::begin']
-> Openstacklib::Policy::Base<||>