Merge "Add missing dependency of ec2api_api_paste_ini"

This commit is contained in:
Zuul 2021-12-08 02:20:14 +00:00 committed by Gerrit Code Review
commit 5e42a9d2f4
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ class ec2api::deps {
~> Service<| tag == 'ec2api-service' |>
~> anchor { 'ec2api::service::end': }
# paste-api.ini config should occur in the config block also.
Anchor['ec2api::config::begin']
-> Ec2api_api_paste_ini<||>
~> Anchor['ec2api::config::end']
# all db settings should be applied and all packages should be installed
# before dbsync starts
Oslo::Db<||> -> Anchor['ec2api::dbsync::begin']