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:
Wei Zhou
2019-05-09 15:59:41 -04:00
parent 686d10c9cf
commit 97c98fc1d0

View File

@@ -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" \''