Remove devstack mitaka images
[releng/builder.git] / packer / provision / devstack-pre-pip.sh
index a91d7619d68d843467b6a73d0153f402bf5189e9..42bcbca17c8160c9489b6642c39375e3826d62a9 100644 (file)
@@ -43,15 +43,9 @@ do
     pip install -c requirements/upper-constraints.txt -r ${proj}/test-requirements.txt
 done
 
-if [ "$branch" == "stable/mitaka" ] || [ "$branch" == "stable/liberty" ]; then
-    # the newton release has ovs 2.5.0
-    echo '---> Installing openvswitch from openstack Newton repo (2.5.0)'
-    yum install -y http://rdoproject.org/repos/openstack-newton/rdo-release-newton.rpm
-else
-    # 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
-fi
+# 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