3 Commits

Author SHA1 Message Date
Dan Smith
5b44737e0c Fix the generated cell0 default database name
This makes the default database name for cell0 be based on the
main database name, not the api one. Before this, we would get
a database name of nova_api_cell0 by default, intead of nova_cell0.
This was confusing because cell0 has "main" schema inside, not "api"
schema.

Closes-Bug: #1656673
Change-Id: I86797785f76c2c927a4db8fef72b8f8d986af6b9
2017-01-16 17:02:59 -05:00
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
Andrew Laski
a86d78f5f0 Cells: Simple setup/migration command
This provides a single command for users to run if they're setting up
cells on a new deployment, or migrating from non-cells and want a basic
setup. Cell0 is setup on the same db host as the nova_api db.

Change-Id: I73157128a3e24e49438caca1cbb19a9f5b5a7f7e
2016-08-01 11:37:31 -04:00