84f7e746df
Migrating our service install scripts from using the extras.d model to the plugin model. Change-Id: Ib6640053db1fc47a407ef1cb9e243b511ec4d960
12 lines
161 B
Bash
Executable File
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
|