devstack: Fix missing manila command
Ensure manila command is available in PATH when GLOBAL_VENV is True. This is required to fix the grenade job which still used manila commands. Change-Id: I2445bbc3769e283aaaef76803b2b9630279def91 (cherry picked from commit35c6ca5e20
) (cherry picked from commita1706e52a1
)
This commit is contained in:
parent
4aeb4be69a
commit
b7dfe6173f
@ -732,6 +732,9 @@ function install_manilaclient {
|
||||
else
|
||||
pip_install python-manilaclient
|
||||
fi
|
||||
if [[ "$GLOBAL_VENV" == "True" ]]; then
|
||||
sudo ln -sf /opt/stack/data/venv/bin/manila /usr/local/bin
|
||||
fi
|
||||
}
|
||||
|
||||
# install_manila - Collect source and prepare
|
||||
|
Loading…
Reference in New Issue
Block a user