summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-default-cell0-db-connection-f9717053cc34778e.yaml
blob: d4f73498a41583520eaefe10c60c6d04cfbcf05a (plain)
1
2
3
4
5
6
7
8
9
10
---
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``.