Comment 11 for bug 1813492

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

Reviewed: https://review.openstack.org/651482
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=3203d19c38eabafde047753b805c31174ec33b17
Submitter: Zuul
Branch: stable/rocky

commit 3203d19c38eabafde047753b805c31174ec33b17
Author: Mark Goddard <email address hidden>
Date: Tue Apr 9 09:23:14 2019 +0100

    Don't use easy_install on Ubuntu 18+

    Currently easy_install is not available on Ubuntu 18+ due to [1]. In
    that case, install pip via apt rather than easy_install.

    [1]
    https://bugs.launchpad.net/ubuntu/+source/python-setuptools/+bug/1774419

    Change-Id: Id358fdb655d71490b0915680dff131cfe33f4a40
    Closes-Bug: #1813492
    (cherry picked from commit c1c02f67dcb28a8722d505ddf6a24a37c1f874d7)