Comment 3 for bug 1732180

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

Reviewed: https://review.openstack.org/519972
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=dbad81f99cd7582bffa3bce36a5c090a665ab2e3
Submitter: Zuul
Branch: stable/ocata

commit dbad81f99cd7582bffa3bce36a5c090a665ab2e3
Author: Jeffrey Zhang <email address hidden>
Date: Tue Nov 14 17:17:19 2017 +0800

    Install python-openstackclient in kolla-toolbox container

    in the past, shade depends on python-ironicclient and
    python-ironicclient depends on python-openstackclient. But in the
    recent released python-ironiclient 2.0, python-openstackclient is
    removed[0]. So python-openstackclient is missing. This will affect all
    branches.
    Here is a potential issue. we need use upper-constraints.txt
    file in kolla-toolbox. install the latest python packages is not a good
    idea. Implement this may take much time. Let us fix the gate ASAP and
    improve this later.

    [0] https://review.openstack.org/#/c/297730/

    Partial-Bug: #1732180
    Change-Id: I55810b641e388e26129b7fa77f97a8736eb1bb48
    (cherry picked from commit 65cd46e8e6f80aa373680892f6b7e6ec4f55f788)