Merge "Enable DB purge cron job after database is initialized"
This commit is contained in:
@@ -90,6 +90,6 @@ class glance::cron::db_purge (
|
||||
monthday => $monthday,
|
||||
month => $month,
|
||||
weekday => $weekday,
|
||||
require => Anchor['glance::install::end'],
|
||||
require => Anchor['glance::dbsync::end'],
|
||||
}
|
||||
}
|
||||
|
@@ -90,6 +90,6 @@ class glance::cron::db_purge_images_table (
|
||||
monthday => $monthday,
|
||||
month => $month,
|
||||
weekday => $weekday,
|
||||
require => Anchor['glance::install::end'],
|
||||
require => Anchor['glance::dbsync::end'],
|
||||
}
|
||||
}
|
||||
|
@@ -27,7 +27,7 @@ describe 'glance::cron::db_purge_images_table' do
|
||||
:monthday => params[:monthday],
|
||||
:month => params[:month],
|
||||
:weekday => params[:weekday],
|
||||
:require => 'Anchor[glance::install::end]'
|
||||
:require => 'Anchor[glance::dbsync::end]'
|
||||
)}
|
||||
end
|
||||
|
||||
@@ -47,7 +47,7 @@ describe 'glance::cron::db_purge_images_table' do
|
||||
:monthday => params[:monthday],
|
||||
:month => params[:month],
|
||||
:weekday => params[:weekday],
|
||||
:require => 'Anchor[glance::install::end]'
|
||||
:require => 'Anchor[glance::dbsync::end]'
|
||||
)}
|
||||
end
|
||||
end
|
||||
|
@@ -27,7 +27,7 @@ describe 'glance::cron::db_purge' do
|
||||
:monthday => params[:monthday],
|
||||
:month => params[:month],
|
||||
:weekday => params[:weekday],
|
||||
:require => 'Anchor[glance::install::end]'
|
||||
:require => 'Anchor[glance::dbsync::end]'
|
||||
)}
|
||||
end
|
||||
|
||||
@@ -47,7 +47,7 @@ describe 'glance::cron::db_purge' do
|
||||
:monthday => params[:monthday],
|
||||
:month => params[:month],
|
||||
:weekday => params[:weekday],
|
||||
:require => 'Anchor[glance::install::end]'
|
||||
:require => 'Anchor[glance::dbsync::end]'
|
||||
)}
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user