Comment 9 for bug 1625859

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

Reviewed: https://review.openstack.org/389064
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=02701e3bf8370c15132e542c0fdec34c0dd31d60
Submitter: Jenkins
Branch: stable/mitaka

commit 02701e3bf8370c15132e542c0fdec34c0dd31d60
Author: Jesse Pretorius <email address hidden>
Date: Thu Oct 20 09:38:21 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.

    Note that this is a re-implementation of
    https://review.openstack.org/388027

    The re-implementation is necessary as there are no
    group_vars scoped to the repo servers. If these vars
    are added to group_vars/all then the compute nodes
    would also install from source every time, whereas
    it only needs to be done in the repo server's wheel
    build process.

    Closes-Bug: #1625859
    Change-Id: I3197f06839c9705574810ab616dff51924435da5