Install coordination backend packages before starting services

Change-Id: I6ec1e3aff55c862d9a48ae222060c286ce7b4fb2
This commit is contained in:
Takashi Kajinami 2021-11-29 10:15:45 +09:00
parent b5866f1db7
commit 565fbe2bdf
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ class gnocchi::deps {
-> Gnocchi_api_paste_ini<||>
~> Anchor['gnocchi::config::end']
# all coordination settings should be applied and all packages should be
# installed before service startup
Oslo::Coordination<||> -> Anchor['gnocchi::service::begin']
# policy config should occur in the config block also.
Anchor['gnocchi::config::begin']
-> Openstacklib::Policy<||>