Remove unused odl-openstack-install macro 59/77759/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 14 Nov 2018 06:51:56 +0000 (14:51 +0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 14 Nov 2018 06:52:06 +0000 (14:52 +0800)
Change-Id: I9e13a661e50da0d96acec98115dc04cda26692fb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/odl-openstack-install.sh [deleted file]
jjb/releng-macros.yaml

diff --git a/jjb/odl-openstack-install.sh b/jjb/odl-openstack-install.sh
deleted file mode 100644 (file)
index 6524ed5..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-# SPDX-License-Identifier: EPL-1.0
-##############################################################################
-# Copyright (c) 2017, 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
-##############################################################################
-# Installs the openstack cli to /tmp/v/openstack
-echo "---> Install openstack cli into /tmp/v/openstack"
-
-virtualenv "/tmp/v/openstack"
-# shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091
-source "/tmp/v/openstack/bin/activate"
-pip install --upgrade "pip<10.0.0" setuptools
-pip install --upgrade lftools[openstack] python-openstackclient python-heatclient
-pip freeze
index ba12e09997388f8125114fa0ad32174967b202cf..8c1cb4973a97a9215e2301015c22587473191e15 100644 (file)
           send-to:
             - recipients
 
-
-- builder:
-    # Installs the openstack cli into a virtualenv at /tmp/v/openstack
-    name: odl-openstack-install
-    builders:
-      - shell: !include-raw: odl-openstack-install.sh
-
 - builder:
     name: odl-openstack-check-image-protection
     builders: