nova/releasenotes/notes/cell-id-db-sync-nova-manage-8504b54dd115a2e9.yaml
melanie witt 7c7686366b Add detail to cellsv2-related release notes
This adds a few details about the cell0 database to the cellsv2-related
release notes.

Change-Id: I5867a99c591fa0517310318d3402a2e417acbe41
2016-12-15 04:37:07 +00:00

10 lines
419 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, the cell0 database
must be created by the operator and a cell mapping for cell0 must be
created using 'nova-manage cell_v2 map_cell0'.
This command only needs to be called when upgrading to CellsV2.