
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
5 lines
134 B
Plaintext
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
|