Do not install whitebox twice

Setting TEMPEST_PLUGINS is enough for devstack to install whitebox for
us. There is no need to install it ourselves in our devstack plugin.

Change-Id: I8446b54dd1e8ca1551e3064006576190564deeac
This commit is contained in:
Artom Lifshitz 2020-04-03 19:30:32 -04:00
parent 36e4ca58f4
commit 1a55c01bca
1 changed files with 1 additions and 8 deletions

View File

@ -1,10 +1,5 @@
#!/bin/sh
function install {
echo_summary "Installing whitebox-tempest-plugin"
setup_dev_lib "whitebox-tempest-plugin"
}
function configure {
echo_summary "Configuring whitebox-tempest-plugin options"
iniset $TEMPEST_CONFIG whitebox ctlplane_ssh_username $STACK_USER
@ -28,9 +23,7 @@ function configure {
if [[ "$1" == "stack" ]]; then
if is_service_enabled tempest; then
if [[ "$2" == "install" ]]; then
install
elif [[ "$2" == "test-config" ]]; then
if [[ "$2" == "test-config" ]]; then
configure
fi
fi