Don't assume substitation for a non-template job

The solum devstack job assumed {{ would be translated to {.  This was
because it was based on something similar.  The key difference is that
this is defined as a job, while this substitution only happens for a
job-template.

Change-Id: I8d25e51fa4c0e0f0c7cc056f82f1592f39dae15b
This commit is contained in:
Russell Bryant 2013-12-04 18:37:01 -05:00
parent 4885587c5e
commit 8e164f1537
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@
export PYTHONUNBUFFERED=true
export ENABLED_SERVICES=solum
function pre_test_hook {{
function pre_test_hook {
# Install solum devstack integration
SOLUM_BASE=/opt/stack/new/solum/contrib/devstack
DEVSTACK_BASE=/opt/stack/new/devstack
cp $SOLUM_BASE/lib/* $DEVSTACK_BASE/lib
cp $SOLUM_BASE/extras.d/* $DEVSTACK_BASE/extras.d
}}
}
export -f pre_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh