From: Vladimir Khlyunev Date: Tue, 20 Apr 2021 16:14:20 +0000 (+0400) Subject: Cap openstackclient for image build X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F41697%2F1;p=tools%2Fsustaining.git Cap openstackclient for image build Change-Id: I4ef7fe781fb1a667dd1a6fe8ba8e30148af833e7 --- diff --git a/maintenance-ci/common/scripts/prepare_build_upload_image.sh b/maintenance-ci/common/scripts/prepare_build_upload_image.sh index 929d55a..55468b1 100755 --- a/maintenance-ci/common/scripts/prepare_build_upload_image.sh +++ b/maintenance-ci/common/scripts/prepare_build_upload_image.sh @@ -82,7 +82,7 @@ if [[ ! -d "${OPENSTACK_CLIENTS_VENV}" ]] ; then pip install virtualenv virtualenv "${OPENSTACK_CLIENTS_VENV}" source "${OPENSTACK_CLIENTS_VENV}"/bin/activate - pip install openstackclient + pip install "openstackclient<4.0.0" deactivate fi source "${OPENSTACK_CLIENTS_VENV}"/bin/activate