5b44737e0c
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
10 lines
482 B
YAML
10 lines
482 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The ``nova-manage cell_v2 simple_cell_setup`` command now creates the
|
|
default cell0 database connection using the ``[database]`` connection
|
|
configuration option rather than the ``[api_database]`` connection. The
|
|
cell0 database schema is the `main` database, i.e. the `instances` table,
|
|
rather than the `api` database schema. In other words, the cell0 database
|
|
would be called something like ``nova_cell0`` rather than
|
|
``nova_api_cell0``. |