Comment 2 for bug 1813546

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ansible-role-tripleo-modify-image (master)

Reviewed: https://review.openstack.org/634904
Committed: https://git.openstack.org/cgit/openstack/ansible-role-tripleo-modify-image/commit/?id=410408ef1b665aab4672d4b3dad2bbc7de543b7d
Submitter: Zuul
Branch: master

commit 410408ef1b665aab4672d4b3dad2bbc7de543b7d
Author: Chandan Kumar <email address hidden>
Date: Tue Feb 12 08:05:22 2019 +0000

    Ported tripleo-modify-image to py3

    It makes yum and pip installs work with py3 packages. The package manager
    dnf/yum and pip binary are determined at run time from the OS.

    Use dnf-plugins-core for dnf with respect to
    yum-plugin-priorities.

    Use pipefail with set -ex to fix linter errors.

    Change-Id: I997509204e30abb8b21ef936ea44440fbaa5a0e4
    Closes-Bug: #1813546