[magnum] Fix unbound variable in dib job template

Set EXTRA_PROJECTS to "" (empty string), if not set it creates
an "unbound variable" error.

Change-Id: I6bb9e08370a54d075888630fdb7e0fa6436ea3ec
This commit is contained in:
Spyros Trigazis 2016-09-26 11:03:28 +02:00
parent 6c73e4aa06
commit 0187121f94

View File

@ -81,6 +81,8 @@
if [ "{image-name}" == "ubuntu-mesos" ]; then
EXTRA_PROJECTS="openstack/tripleo-image-elements openstack/heat-templates"
else
EXTRA_PROJECTS=""
fi
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \