nova/releasenotes/notes/cell-id-db-sync-nova-manage-8504b54dd115a2e9.yaml
Mark Doffman 24f0c5b9d6 Manage db sync command for cell0
Add the ability to sync the cell0 database using nova-manage.
The `db sync` command will be used to sync the cell0 database.
This ensures that operators will only have two db sync commands to
perform in the single cell case.

blueprint cells-cell0

Change-Id: I21ae13a6c029e8ac89484faa212434911160fd51
2016-08-22 18:53:45 +03:00

9 lines
366 B
YAML

---
upgrade:
- |
'nova-manage db sync' can now sync the cell0 database.
The cell0 db is required to store instances that cannot be scheduled to
any cell. Before the 'db sync' command is called a cell mapping
for cell0 must have been created using 'nova-manage cell_v2 map_cell0'.
This command only needs to be called when upgrading to CellsV2.