Comment 3 for bug 1927736

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-quickstart-extras (master)

Reviewed: https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/790919
Committed: https://opendev.org/openstack/tripleo-quickstart-extras/commit/d0fb142fdeaec9c23bec5a62262497c937d62cc7
Submitter: "Zuul (22348)"
Branch: master

commit d0fb142fdeaec9c23bec5a62262497c937d62cc7
Author: Chandan Kumar (raukadah) <email address hidden>
Date: Wed May 12 13:57:23 2021 +0530

    Use native pip for container-check installation

    We already install python2-pip on undercloud host and we
    donot need extra task to again install pip for the same.

    And easy_install module is not longer available with
    python2 leading to failure of tasks unnecessary.

    Removing it fixes the issues.

    Tested here:
    https://review.rdoproject.org/r/c/testproject/+/33649

    Closes-Bug: #1927736

    Signed-off-by: Chandan Kumar (raukadah) <email address hidden>
    Change-Id: Iee8f19ed9cc7a2e0fbf9f82b4c32fc4f8bd4c525