[Gate] Fix failure
This patch set moves pip/2 to pip/3. This also removed a cap of cmd2 package. Change-Id: Ia0e377092d71416e96926215fe109cfbf54bc4ed Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
parent
214feefd13
commit
d0621d83bd
@ -16,10 +16,9 @@
|
||||
|
||||
set -xe
|
||||
|
||||
sudo -H -E pip install "cmd2<=0.8.7"
|
||||
sudo -H -E pip install \
|
||||
-c${UPPER_CONSTRAINTS_FILE:=https://releases.openstack.org/constraints/upper/master} \
|
||||
python-openstackclient python-heatclient --ignore-installed
|
||||
sudo -H -E pip3 install \
|
||||
-c${UPPER_CONSTRAINTS_FILE:=https://releases.openstack.org/constraints/upper/master} \
|
||||
cmd2 python-openstackclient python-heatclient --ignore-installed
|
||||
|
||||
sudo -H mkdir -p /etc/openstack
|
||||
sudo -H chown -R $(id -un): /etc/openstack
|
||||
|
Loading…
x
Reference in New Issue
Block a user