Fixes devstack plugin script

The repo and path name is oswin-tempest-plugin, not
oswin_tempest_plugin. Because of this, Devstack fails if this plugin
is included in devstack's local.conf.

Change-Id: I3ea29fc0d9d7c3151c21728daf7345fbeb710b68
This commit is contained in:
Claudiu Belu 2018-02-11 08:28:21 -08:00
parent 13506c22a8
commit e1ebf08001
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
DIR_OSWIN_TEMPEST_PLUGIN=$DEST/oswin_tempest_plugin
DIR_OSWIN_TEMPEST_PLUGIN=$DEST/oswin-tempest-plugin
if [[ "$1" == "stack" && "$2" == "install" ]]; then
cd $DIR_OSWIN_TEMPEST_PLUGIN