X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2Fprovision%2Fdevstack-pre-pip.sh;h=3e129f80c07bede1990ba736578c95cdf76518e3;hb=905bb63d56dd2defd3b8ab51041b990cc72424b2;hp=f77336fab666ec9748b38c982254c42fc7c3e913;hpb=adf7d815b5f248277324c093eee679d69e3af57f;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