Comment 7 for bug 1763382

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

Reviewed: https://review.openstack.org/560909
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=cb6c8ca1a7a5abc4d0079e285f877c18c49acaf2
Submitter: Zuul
Branch: master

commit cb6c8ca1a7a5abc4d0079e285f877c18c49acaf2
Author: Matt Riedemann <email address hidden>
Date: Thu Apr 12 09:52:42 2018 -0400

    Make the nova-multiattach job non-voting temporarily

    Since Icb971831c8d4fe5f940d9e7993d53f1c3765e30f merged
    in devstack to use the Queens UCA, the nova-multiattach
    job has been failing to start nova-compute due to permission
    errors connecting to libvirt, which probably has something
    to do with the stack user not having access to the proper
    libvirt(d) group.

    It's weird since this was working in change
    I0962474ff6dfc5fa97670c09a1af97a0f34cd54f to make the
    nova-multiattach job use the Queens UCA.

    Anyway, let's make it non-voting to stop the bleeding while
    we can figure out the actual problem.

    Change-Id: I3911c902cecfa8e66fccffd9fe0e4f462eacd588
    Related-Bug: #1763382