Merge "Enable archive task_log records while archiving the database"
This commit is contained in:
commit
d79724c348
@ -226,6 +226,11 @@ parameters:
|
||||
0 means, purge data older than today in
|
||||
shadow tables.
|
||||
default: 90
|
||||
NovaCronArchiveDeleteRowsTaskLog:
|
||||
type: boolean
|
||||
description: >
|
||||
Archive task_log records while archiving the database
|
||||
default: true
|
||||
MemcacheUseAdvancedPool:
|
||||
type: boolean
|
||||
description: |
|
||||
@ -397,6 +402,7 @@ outputs:
|
||||
nova::cron::archive_deleted_rows::purge: {get_param: NovaCronArchiveDeleteRowsPurge}
|
||||
nova::cron::archive_deleted_rows::all_cells: {get_param: NovaCronArchiveDeleteAllCells}
|
||||
nova::cron::archive_deleted_rows::age: {get_param: NovaCronArchiveDeleteRowsAge}
|
||||
nova::cron::archive_deleted_rows::task_log: {get_param: NovaCronArchiveDeleteRowsTaskLog}
|
||||
- if:
|
||||
- nova_workers_set
|
||||
- nova::api::osapi_compute_workers: {get_param: NovaWorkers}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Adds new NovaCronArchiveDeleteRowsTaskLog parameter which controls to
|
||||
also archive task_log records while archiving the database. Defaults to
|
||||
true.
|
Loading…
Reference in New Issue
Block a user