remove pike workarounds 77/76277/2
authorSam Hague <shague@redhat.com>
Wed, 19 Sep 2018 13:21:26 +0000 (09:21 -0400)
committerSam Hague <shague@redhat.com>
Wed, 19 Sep 2018 15:42:05 +0000 (11:42 -0400)
Change-Id: Idad56bc66a45ea4e3ab57216e7dffc128f5d423f
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh

index 1eef8c16efd216f39b011506e09812fe7ed86d9c..806790bec838b6ffe9c1bb3d0485bc4e774ac76f 100644 (file)
@@ -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