(fix) Changed pip to pip3

Changed pip to pip3 to address zuul gate issues.

Change-Id: I811fdefa258550b569977000e9b974d17e7be333
This commit is contained in:
Ahmad Mahmoudi 2020-06-17 17:37:59 +00:00 committed by Andrii Ostapenko
parent 3a3cabc3b8
commit 0a91e260bc
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
set -xe
sudo -H -E pip install \
sudo -H -E pip3 install \
-c${UPPER_CONSTRAINTS_FILE:=https://releases.openstack.org/constraints/upper/master} \
python-openstackclient python-heatclient python-ironicclient

View File

@ -24,7 +24,7 @@ export OS_CLOUD=openstack_helm
: ${OSH_LB_AMPHORA_IMAGE_NAME:="amphora-x64-haproxy"}
: ${OSH_AMPHORA_IMAGE_FILE_PATH:=""}
sudo pip install python-octaviaclient==1.6.0
sudo pip3 install python-octaviaclient==1.6.0
# NOTE(hagun.kim): These resources are required to use Octavia service.

View File

@ -7,7 +7,7 @@
set -xe;
./tools/deployment/common/install-packages.sh
./tools/deployment/common/deploy-k8s.sh
sudo -H pip install yq bandit
sudo -H pip3 install yq bandit
environment:
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
args: