Comment 4 for bug 1746068

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to openstack-ansible-os_nova (stable/newton)

Reviewed: https://review.openstack.org/540448
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_nova/commit/?id=1aaa6b4449775a6de7bb8f4a0dab3dc69d7b2f57
Submitter: Zuul
Branch: stable/newton

commit 1aaa6b4449775a6de7bb8f4a0dab3dc69d7b2f57
Author: Jesse Pretorius <email address hidden>
Date: Fri Feb 2 16:58:50 2018 +0000

    Switch the LXD compute driver test to non-voting

    LXD 2.0.11 grew a new feature ('description' tag for a container)
    and this has been added to the stable Ubuntu Xenial 16.04 release.
    Unfortunately, pylxd 2.2.2 can't handle this extra attribute and
    crashes out. This was fixed in pylxd 2.2.4, but has not been ported
    to the 2.0.x series.

    As such, we switch the test job to non-voting until an upstream
    fix is available.

    Change-Id: Ia4f1351095023cb90d6491f4dbacaf0288f728c1
    Related-Source-Bug: https://bugs.launchpad.net/ubuntu/+source/python-pylxd/+bug/1736454
    Related-Bug: #1746068