Merge "Remove hack for ubuntu cloud archive"

This commit is contained in:
Zuul 2018-01-21 22:08:24 +00:00 committed by Gerrit Code Review
commit 614cab33c4
1 changed files with 0 additions and 12 deletions

View File

@ -18,15 +18,3 @@
- setup-devstack-cache
- start-fresh-logging
- write-devstack-local-conf
# TODO(jeblair): remove when configure-mirrors is fixed
tasks:
- name: Hack mirror_info
shell:
_raw_params: |
mkdir /etc/ci
cat << "EOF" > /etc/ci/mirror_info.sh
export NODEPOOL_UCA_MIRROR=http://mirror.dfw.rax.openstack.org/ubuntu-cloud-archive
EOF
args:
executable: /bin/bash
become: true