From e1ebf080016dd452841936186fcee58b617ce0ea Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Sun, 11 Feb 2018 08:28:21 -0800 Subject: [PATCH] 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 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 61c8be3..39556ea 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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