Comment 14 for bug 1860021

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

Reviewed: https://review.opendev.org/703131
Committed: https://git.openstack.org/cgit/openstack/devstack/commit/?id=48d1f028c43dd26aab852715e451e1ec08421a2f
Submitter: Zuul
Branch: master

commit 48d1f028c43dd26aab852715e451e1ec08421a2f
Author: Stephen Finucane <email address hidden>
Date: Fri Jan 17 17:23:11 2020 +0000

    Revert "Run Glance initialization when Glance is enabled, not just registry"

    This reverts commit d8dec362baa2bf7f6ffe1c47352fdbe032eaf20a. This has
    knock on effects for devstack-gate, which configures g-api on subnodes
    node but not mysql, resulting in failures. A longer term fix would be to
    either a) stop configuring g-api on subnodes if we can determine it's
    not necessary or b) only configure the database if on the main node.
    However, both options are subject to debate so for now just unclog the
    gate.

    Change-Id: I58baa3b6c63c648836ae8152c2d6d7ceff11a388
    Signed-off-by: Stephen Finucane <email address hidden>
    Closes-bug: #1860021