From 3aa712e818c98ff51de53f0f75f3e38487e8a5c2 Mon Sep 17 00:00:00 2001 From: Andrii Ostapenko Date: Mon, 27 Jul 2020 15:12:52 -0500 Subject: [PATCH] Use default stein OPENSTACK_RELEASE for client setup Change-Id: I07dfb5bb55a86b34ff0c1af3b5c183efdc0c892a Signed-off-by: Andrii Ostapenko --- tools/deployment/common/setup-client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deployment/common/setup-client.sh b/tools/deployment/common/setup-client.sh index ad6f511b43..a84c3b5cbf 100755 --- a/tools/deployment/common/setup-client.sh +++ b/tools/deployment/common/setup-client.sh @@ -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