Davanum Srinivas 377780e774 Do not fail when saving databases
Nova now has multiple databases, let's add them to the list
nova-api nova_cell0 nova_cell1

Since it's hard to detect which set of databases are present,
we should disable bailing out when trying to save these.

Change-Id: I075eb5a88113acfa36519e2c6e2aab87836be065
2017-08-12 17:36:01 -04:00

5 lines
134 B
Plaintext

if is_service_enabled nova; then
register_project_for_upgrade nova
register_db_to_save nova nova-api nova_cell0 nova_cell1
fi