Merge "Use default stein OPENSTACK_RELEASE for client setup"

This commit is contained in:
Zuul 2020-07-29 15:24:56 +00:00 committed by Gerrit Code Review
commit a1a9874f24

View File

@ -15,7 +15,7 @@
set -xe
sudo -H -E pip3 install \
-c${UPPER_CONSTRAINTS_FILE:=https://releases.openstack.org/constraints/upper/${OPENSTACK_RELEASE}} \
-c${UPPER_CONSTRAINTS_FILE:=https://releases.openstack.org/constraints/upper/${OPENSTACK_RELEASE:-stein}} \
cmd2 python-openstackclient python-heatclient --ignore-installed
sudo -H mkdir -p /etc/openstack