Merge "Install cache backend packages before starting services"

This commit is contained in:
Zuul 2021-12-08 06:45:03 +00:00 committed by Gerrit Code Review
commit 7f859e705c
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ class neutron::deps {
Anchor['neutron::service::end'] -> Neutron_router<||>
Anchor['neutron::service::end'] -> Neutron_subnet<||>
# all cache settings should be applied and all packages should be installed
# before service startup
Oslo::Cache<||> -> Anchor['neutron::service::begin']
# all db settings should be applied and all packages should be installed
# before dbsync starts
Oslo::Db<||> -> Anchor['neutron::dbsync::begin']