From 0c434ab771ec1ff5874deebad835a2728022c358 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Wed, 19 Sep 2018 09:21:26 -0400 Subject: [PATCH] remove pike workarounds Change-Id: Idad56bc66a45ea4e3ab57216e7dffc128f5d423f Signed-off-by: Sam Hague --- jjb/integration/integration-deploy-openstack-run-test.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index 1eef8c16e..806790bec 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -110,10 +110,6 @@ function install_openstack_clients_in_robot_vm() { function install_rdo_release() { local ip=$1 case ${OPENSTACK_BRANCH} in - *pike*) - ${SSH} ${ip} "sudo yum install -y https://repos.fedorapeople.org/repos/openstack/openstack-pike/rdo-release-pike-1.noarch.rpm" - ;; - *queens*) ${SSH} ${ip} "sudo yum install -y https://repos.fedorapeople.org/repos/openstack/openstack-queens/rdo-release-queens-1.noarch.rpm" ;; @@ -738,10 +734,6 @@ echo echo "workaround: do not upgrade openvswitch" sudo yum install -y yum-plugin-versionlock sudo yum versionlock add openvswitch - -#Install qemu-img command in Control Node for Pike -echo "Install qemu-img application" -sudo yum install -y qemu-img EOF cat > "${WORKSPACE}/setup_host_cell_mapping.sh" << EOF -- 2.36.6