X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fopenstack-install.sh;fp=shell%2Fopenstack-install.sh;h=0000000000000000000000000000000000000000;hb=3b9dcb2903e5cdc7740f59e44e4d6faf4e099b51;hp=a7e5099ae004a8065726e249d32b6ca54fe32a40;hpb=50bb84fc6e18daa187d5047968dc130b215a02c0;p=releng%2Fglobal-jjb.git diff --git a/shell/openstack-install.sh b/shell/openstack-install.sh deleted file mode 100644 index a7e5099a..00000000 --- a/shell/openstack-install.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -# SPDX-License-Identifier: EPL-1.0 -############################################################################## -# Copyright (c) 2018 The Linux Foundation and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -############################################################################## -# Install the openstack cli -echo "---> Install openstack cli" - -set -eux -o pipefail - -pip install --user --quiet --upgrade "pip<10.0.0" setuptools -pip install --user --quiet --upgrade python-openstackclient python-heatclient -pip freeze