Add missing dependency of ec2api_api_paste_ini

Closes-Bug: #1952009
Change-Id: If1a19ebc40402f8f9239a9388e8eeaf2764ebc00
This commit is contained in:
Takashi Kajinami 2021-11-24 09:50:12 +09:00
parent 036b6094fa
commit 7f928e6cc1
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']