Correcting bash script pre-test-hook

Change-Id: Idf004e16c578e77bf78336cccbac3684d7a1f460
This commit is contained in:
chadlung
2014-03-03 16:42:38 -06:00
parent 53100d02bd
commit ee8349b4f2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ function configure_barbican() {
iniset $BARBICAN_CONF DEFAULT debug False
# Set the log file location
initset $BARBICAN_CONF DEFAULT log_file "$BARBICAN_API_LOG_DIR/api.log"
iniset $BARBICAN_CONF DEFAULT log_file "$BARBICAN_API_LOG_DIR/api.log"
# Install the policy file for the API server
cp $BARBICAN_DIR/etc/barbican/policy.json $BARBICAN_CONF_DIR
+2 -2
View File
@@ -17,5 +17,5 @@
# Install barbican devstack integration
BARBICAN_BASE=/opt/stack/new/barbican/contrib/devstack
DEVSTACK_BASE=/opt/stack/new/devstack
cp BARBICAN_BASE/lib/* $DEVSTACK_BASE/lib
cp BARBICAN_BASE/extras.d/* $DEVSTACK_BASE/extras.d
cp $BARBICAN_BASE/lib/* $DEVSTACK_BASE/lib
cp $BARBICAN_BASE/extras.d/* $DEVSTACK_BASE/extras.d