Merge "Install coordination backend packages before starting services"

This commit is contained in:
Zuul 2021-12-08 01:41:40 +00:00 committed by Gerrit Code Review
commit 95c4a97982

View File

@ -29,6 +29,10 @@ class manila::deps {
-> Manila_api_paste_ini<||>
~> Anchor['manila::config::end']
# all coordination settings should be applied and all packages should be
# installed before service startup
Oslo::Coordination<||> -> Anchor['manila::service::begin']
# all db settings should be applied and all packages should be installed
# before dbsync starts
Oslo::Db<||> -> Anchor['manila::dbsync::begin']