Comment 8 for bug 1528498

Revision history for this message
Alex Schultz (alex-schultz) wrote :

Currently as a work around until the fuel-createmirror script can be updated, you can load the ubuntu image into docker by pulling it down:
1) wget http://mirror.fuel-infra.org/docker/ubuntu.trusty.tar.xz -O /tmp/ubuntu.trusty.tar.xz
2) docker load -i /tmp/ubuntu.trusty.tar.xz

Once it's loaded, you can run fuel-createmirror normally and it should proceed.