puppet-nova/releasenotes/notes/add-cell0-db-postgresql-8bb48f15e4e77554.yaml
Tobias Urdin 9171b9b8b7 Add cell0 database creation in postgresql
Add cell0 database creation like stx patched in [1].
Also fixes an faulty comment in the same resource for mysql.

[1]
https://git.starlingx.io/cgit/stx-integ/tree/config/puppet-modules/openstack/puppet-nova-11.4.0/centos/patches/0003-Create-nova_cell0-database.patch

Change-Id: I4183ed4417c9beeccf8b7355ac217088302d0160
2018-11-19 13:54:54 +01:00

9 lines
226 B
YAML

---
features:
- |
nova::db::postgresql now creates the nova_cell0 database
upgrade:
- |
nova::db::postgresql now creates the nova_cell0 database, you can disable
this behaviour by setting setup_cell0 to false.