Use the openstack pypi mirror for tripleo images.

So that we avoid random pypi failures.

Change-Id: I4f29c4b8825692572a3d5b7419723f3811237f64
This commit is contained in:
Robert Collins 2014-01-27 22:55:09 +13:00
parent a0205f6a49
commit abd62f6ec8

View File

@ -17,6 +17,7 @@
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
export GEARDSERVER=192.168.1.1
export DIB_COMMON_ELEMENTS="stackuser pypi-openstack"
function gate_hook {
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
}