Files
nova/releasenotes/notes/ocata-requires-cellv2-96bd243be874d77f.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

13 lines
672 B
YAML

---
upgrade:
- Ocata requires that your deployment have created the
cell and host mappings in Newton. If you have not done
this, Ocata's `db sync` command will fail. Small deployments
will want to run `nova-manage cell_v2 simple_cell_setup`
on Newton before upgrading. Operators must create a new database for cell0
before running `cell_v2 simple_cell_setup`. The simple cell setup command
expects the name of the cell0 database to be `<API database name>_cell0` as
it will create a cell mapping for cell0 based on the API database
connection, sync the cell0 database, and associate existing hosts and
instances with the single cell.