Comment 2 for bug 1903824

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.opendev.org/762319
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=798f06abb2e5e9831e8bad11ff3258d5b51d1547
Submitter: Zuul
Branch: master

commit 798f06abb2e5e9831e8bad11ff3258d5b51d1547
Author: Balazs Gibizer <email address hidden>
Date: Wed Nov 11 10:50:44 2020 +0100

    Remove [database]connection defaulting

    The config documentation says that the [database]connection config is
    defaulted to None but in reality the nova code defaulted it to a local
    sqlite database. This is clearly wrong as:

    * Nobody wants to run nova with sqlite outside of a test env

    * The nova-compute service should never have DB credentials configured

    So this patch makes sure that nova does not change the default of this
    config option.

    Change-Id: I81560b3ba3dbaccdb90b32ed1a3c4ffd8a6283a6
    Closes-Bug: #1903824