Comment 12 for bug 1829705

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/queens)

Reviewed: https://review.opendev.org/666096
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=11b9eba2a48b793d00ba04d7ace8f644c2a14f97
Submitter: Zuul
Branch: stable/queens

commit 11b9eba2a48b793d00ba04d7ace8f644c2a14f97
Author: Mark Goddard <email address hidden>
Date: Mon May 20 10:17:32 2019 +0100

    nova: Fix DBNotAllowed during compute startup

    backport: stein, rocky

    During startup of nova-compute, we see the following error message:

    Error gathering result from cell 00000000-0000-0000-0000-000000000000:
    DBNotAllowed: nova-compute

    This issue was observed in devstack [1], and fixed [2] by removing
    database configuration from the compute service.

    This change takes the same approach, removing DB config from nova.conf
    in the nova-compute* containers.

    [1] https://bugs.launchpad.net/devstack/+bug/1812398
    [2] https://opendev.org/openstack/devstack/commit/82537871376afe98a286e1ba424cf192ae60869a

    Change-Id: I18c99ff4213ce456868e64eab63a4257910b9b8e
    Closes-Bug: #1829705
    (cherry picked from commit 002eec951f336b07ef3a7f277e9c0fe6aae9a952)