Merge "Adds devstack oswin-tempest-plugin plugin"

This commit is contained in:
Jenkins 2017-09-01 13:13:44 +00:00 committed by Gerrit Code Review
commit 762fd8d182
1 changed files with 12 additions and 0 deletions

12
devstack/plugin.sh Normal file
View File

@ -0,0 +1,12 @@
#!/bin/bash
DIR_OSWIN_TEMPEST_PLUGIN=$DEST/oswin_tempest_plugin
if [[ "$1" == "stack" && "$2" == "install" ]]; then
cd $DIR_OSWIN_TEMPEST_PLUGIN
echo "Installing oswin-tempest-plugin"
setup_develop $DIR_OSWIN_TEMPEST_PLUGIN
echo "Sucessfully installed oswin-tempest-plugin"
fi