charm-nova-cell-controller/src/templates
Liam Young d668de8aa5 Fix database connection section
Using the sql_connection option in the default section appears to
cause CONF.api_database.connection to be populated with the
connection uri. This in turn causes nova to think this is an
api cell and to do an api lookup *1 which fails. This change moves
the database connection string into its own section as per *2

*1 https://opendev.org/openstack/nova/src/branch/master/nova/utils.py#L1060
*2 https://docs.openstack.org/nova/latest/admin/cells.html

Closes-Bug: #1982071
Change-Id: I49859235d408598535173c8bb87ce65f66fb3ca8
2022-07-19 06:34:35 +00:00
..
mitaka Use [database]/connection in templates 2022-02-22 21:04:16 +00:00
pike Use [database]/connection in templates 2022-02-22 21:04:16 +00:00
train Use [database]/connection in templates 2022-02-22 21:04:16 +00:00
xena Fix database connection section 2022-07-19 06:34:35 +00:00