Set DIB_COMMON_ELEMENTS for devtest_overcloud.sh

DIB_COMMON_ELEMENTS is now expected by devtest_overcloud.sh for common
elements that should be in all images. Setting so that images include
pypi-openstack, pip-cache and stackuser.

Change-Id: I219875b1b0e943f0cdf45684a7ca06244c6107fa
This commit is contained in:
Derek Higgins 2013-12-23 17:00:52 +00:00
parent be3e8da15a
commit 477bbdd372
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ set -eux
export OVERCLOUD_DIB_EXTRA_ARGS=pypi
export NODE_ARCH=amd64
export DIB_COMMON_ELEMENTS="pypi-openstack pip-cache stackuser"
THROTTLELOCK=$(mktemp /tmp/tripleo-cd-throttle-XXXXXX.lock)
while true; do
flock -x $THROTTLELOCK sleep 600 &