Use more specific ovs version
[releng/builder.git] / packer / provision / devstack-pre-pip.sh
index f77336fab666ec9748b38c982254c42fc7c3e913..3e129f80c07bede1990ba736578c95cdf76518e3 100644 (file)
@@ -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