Merge "Drop resource deps about unused oslo::coordination"

This commit is contained in:
Zuul 2023-03-21 15:29:56 +00:00 committed by Gerrit Code Review
commit c39f440929
1 changed files with 0 additions and 4 deletions

View File

@ -92,10 +92,6 @@ class neutron::deps {
# before service startup
Oslo::Cache<||> -> Anchor['neutron::service::begin']
# all coordination settings should be applied and all packages should be
# installed before service startup
Oslo::Coordination<||> -> 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']