Remove braces from bash vars in solum job config

This job fails with a syntax error at the line defining this function.
I'm not positive what's wrong so this is just a guess.

Change-Id: Ie385f464f766b79cfbab2708ec6a4616e2364a5f
This commit is contained in:
Russell Bryant 2013-12-04 11:54:10 -05:00
parent 39de64ccc1
commit 5d59f90327
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
# 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
cp $SOLUM_BASE/lib/* $DEVSTACK_BASE/lib
cp $SOLUM_BASE/extras.d/* $DEVSTACK_BASE/extras.d
}}
export -f pre_test_hook