Merge "Remove UNIMgr from N b/c of compilation failures"
[releng/builder.git] / packer / provision / devstack-pre-pip.sh
index 15827864a096dbc28478d527ddfc78c78a3ca0df..42bcbca17c8160c9489b6642c39375e3826d62a9 100644 (file)
@@ -43,9 +43,10 @@ do
     pip install -c requirements/upper-constraints.txt -r ${proj}/test-requirements.txt
 done
 
-echo '---> Installing openvswitch from openstack repo'
-# the newton release has ovs 2.5.0
-yum install -y http://rdoproject.org/repos/openstack-newton/rdo-release-newton.rpm
+# the ocata release has ovs 2.6.1
+echo '---> Installing openvswitch from openstack Ocata repo (2.6.1)'
+yum install -y http://rdoproject.org/repos/openstack-ocata/rdo-release-ocata.rpm
+
 yum install -y --nogpgcheck openvswitch
 
 cd $OLDPWD