From ff79f4748e6600c1eb08cf41802bfce0d05f985f Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Thu, 3 Sep 2015 20:10:55 +0100 Subject: [PATCH] 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 --- toci_instack.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/toci_instack.sh b/toci_instack.sh index 2e8257411..3a8d351e1 100755 --- a/toci_instack.sh +++ b/toci_instack.sh @@ -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