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 commit 35c6ca5e208e1f5bee8aad1013c5bd401bc41aec) (cherry picked from commit a1706e52a1faa1e1ed367fc996ec17117a247b7a)
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…
x
Reference in New Issue
Block a user