cue/tests/pre_test_hook.sh
Daniel Allegood 84f7e746df Enabling devstack plugin for Cue
Migrating our service install scripts from using the extras.d model to
the plugin model.

Change-Id: Ib6640053db1fc47a407ef1cb9e243b511ec4d960
2015-12-22 04:56:55 +00:00

12 lines
161 B
Bash
Executable File

#!/bin/bash
set -ex
# Install cue devstack integration
pushd $BASE/new/cue/devstack
cp local.sh $BASE/new/devstack
chmod +x $BASE/new/devstack/local.sh
popd