Merge "Enable aodh-expirer cron job after database is initialized"

This commit is contained in:
Zuul 2021-12-30 21:56:32 +00:00 committed by Gerrit Code Review
commit b15ab2d5cb
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ class aodh::expirer (
monthday => $monthday,
month => $month,
weekday => $weekday,
require => Anchor['aodh::install::end'],
require => Anchor['aodh::dbsync::end'],
}
}

View File

@ -29,7 +29,7 @@ describe 'aodh::expirer' do
:monthday => '*',
:month => '*',
:weekday => '*',
:require => 'Anchor[aodh::install::end]'
:require => 'Anchor[aodh::dbsync::end]'
)}
end
@ -64,7 +64,7 @@ describe 'aodh::expirer' do
:monthday => '*',
:month => '*',
:weekday => '*',
:require => 'Anchor[aodh::install::end]'
:require => 'Anchor[aodh::dbsync::end]'
)}
end