Use more specific ovs version 18/73818/4
authorSam Hague <shague@redhat.com>
Sat, 7 Jul 2018 00:40:19 +0000 (20:40 -0400)
committerSam Hague <shague@redhat.com>
Sat, 7 Jul 2018 04:43:17 +0000 (00:43 -0400)
Also added yum list openvswitch command to dump
what is available to install in case the specific package
is removed so that we know what to switch to.

Change-Id: Ia74ba710bb1dcb4628dc36524efc23cf5fa4e1a9
Signed-off-by: Sam Hague <shague@redhat.com>
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