X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2Fprovision%2Fdevstack-pre-pip.sh;h=3e129f80c07bede1990ba736578c95cdf76518e3;hb=f424082e6078b61dd3f4494b39ee3488c1e61eb0;hp=f77336fab666ec9748b38c982254c42fc7c3e913;hpb=3402ba18febb1d3a13c36f856428cc573f8b079a;p=releng%2Fbuilder.git diff --git a/packer/provision/devstack-pre-pip.sh b/packer/provision/devstack-pre-pip.sh index f77336fab..3e129f80c 100644 --- a/packer/provision/devstack-pre-pip.sh +++ b/packer/provision/devstack-pre-pip.sh @@ -57,12 +57,13 @@ yum install -y "centos-release-openstack-${branch_name}" # install 2.8.2 for queens. # 2.9.0 is the current version in openstack-queens, but it is buggy. # Remove this when https://review.rdoproject.org/r/#/c/13839/ merges and 2.9.2 is in the repo. +yum repolist +yum --showduplicates list openvswitch if [ "${branch}" == "stable/queens" ]; then - yum install -y --nogpgcheck openvswitch-1:2.8.2 + yum install -y --nogpgcheck openvswitch-2.8.2-1.el7 else yum install -y --nogpgcheck openvswitch fi - cd "$OLDPWD" rm -fr tmp