Comment 10 for bug 1625859

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

Reviewed: https://review.openstack.org/388934
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=0b351dc62a4dd46f6fc0d2bba7861864675f60f8
Submitter: Jenkins
Branch: stable/newton

commit 0b351dc62a4dd46f6fc0d2bba7861864675f60f8
Author: Jesse Pretorius <email address hidden>
Date: Tue Oct 18 14:43:42 2016 +0100

    Work around bad libvirt-python wheel

    The following package must always build from source:

    - libvirt-python:
      A pre-built wheel can be missing libvirt capabilities
      from the installed version of libvirt-bin, leading to
      nova-compute failing to start.

    The pycparser upper constraint override is removed as
    the patch to make it compatible with upper constraints
    has merged.

    Closes-Bug: #1625859
    Change-Id: I3197f06839c9705574810ab616dff51924435da5
    (cherry picked from commit faf78e457ee2be33fa275c4622067b9220fae903)