Remove pin of docker-io

docker-io-1.8.1-2 has been pushed to Fedora which should fix the errors
we had with 1.7.1-3.

Change-Id: Ie9c72b456c75ce0b6a2d97e105440bd3147402ba
This commit is contained in:
Derek Higgins 2015-09-03 20:10:55 +01:00
parent cc39a30ca5
commit ff79f4748e
1 changed files with 1 additions and 3 deletions

View File

@ -57,9 +57,7 @@ for PROJECT in diskimage-builder heat instack instack-undercloud ironic ironic-d
done
# prep delorean
# "docker build" with 1.7.1-3 appears to be broken on F21
sudo yum install -y https://kojipkgs.fedoraproject.org//packages/docker-io/1.6.2/3.el6/x86_64/docker-io-1.6.2-3.el6.x86_64.rpm \
createrepo yum-plugin-priorities yum-utils
sudo yum install -y docker-io createrepo yum-plugin-priorities yum-utils
sudo systemctl start docker
cd $TRIPLEO_ROOT/delorean