Merge "Update the Ubuntu 16.04 kubernetes images"
[releng/builder.git] / packer / provision / devstack-pre-pip.sh
index 3e129f80c07bede1990ba736578c95cdf76518e3..8a910d972d4407f38cc2b5add60c2fcea2d5abb2 100644 (file)
@@ -3,10 +3,8 @@
 # force any errors to cause the script and job to end in failure
 set -xeu -o pipefail
 
-# add in a test copr repo
-wget http://copr.fedoraproject.org/coprs/tykeal/odl-updates/repo/epel-7/tykeal-odl-updates-epel-7.repo -O /etc/yum.repos.d/tykeal-odl-updates-epel-7.repo
 # Install xpath
-yum install -y perl-XML-XPath python-pip python-six
+yum install -y perl-XML-XPath python-pip
 
 # install crudini command line tool for editing config files
 yum install -y crudini