Database "aodh" needs to be backed up
This commit adds "aodh" as one of the MariaDB database that needs to be backed up. Story: 2004761 Task: 30522 Change-Id: Ic35cb068395a3ea03a8c7e0d67ed0ea95d585e4c Signed-off-by: Wei Zhou <wei.zhou@windriver.com>
This commit is contained in:
@@ -119,7 +119,7 @@ def get_os_backup_databases():
|
||||
"""
|
||||
|
||||
skip_dbs = ("Database", "information_schema", "performance_schema",
|
||||
"mysql", "horizon", "panko", "aodh", "gnocchi")
|
||||
"mysql", "horizon", "panko", "gnocchi")
|
||||
|
||||
try:
|
||||
db_cmd = kube_cmd_prefix + mysql_prefix + '-e"show databases" \''
|
||||
|
||||
Reference in New Issue
Block a user