Comment 5 for bug 1746068

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

Reviewed: https://review.openstack.org/540437
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=0cd3438721934773a7295f2ff9102b4e9524bf2d
Submitter: Zuul
Branch: stable/ocata

commit 0cd3438721934773a7295f2ff9102b4e9524bf2d
Author: Jesse Pretorius <email address hidden>
Date: Fri Feb 2 16:23:53 2018 +0000

    Update pylxd to 2.2.4 upper constraint as fix for lxd 2.0.11

    This overrides the upper-constraint for pylxd as a temporary
    measure to allow the nova LXD compute driver to work properly
    with recent updates to LXD.

    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.

    Change-Id: I995c5ca3b012fd5275125e7a9d44e47ed08d60fb
    Related-Review: https://review.openstack.org/539174
    Related-Source-Bug: https://bugs.launchpad.net/ubuntu/+source/python-pylxd/+bug/1736454
    Related-Bug: #1746068