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 65cd46e8e6)
This commit is contained in:
Jeffrey Zhang 2017-11-14 17:17:19 +08:00 committed by Jeffrey Zhang
parent f89de6a13b
commit dbad81f99c
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ RUN pip --no-cache-dir install \
ansible==2.1.1.0 \
MySQL-python \
os-client-config==1.16.0 \
python-openstackclient==3.8.1 \
pyudev \
shade==1.5.0