Fix typo in plugin.sh
TrivialFix: "vitualenv" should be "virtualenv" Change-Id: I2543ff8d2f34e3618436a8819e4ceebf116a83ed
This commit is contained in:
parent
b3b35aef79
commit
3a788c7320
@ -314,7 +314,7 @@ if is_service_enabled aodh; then
|
||||
preinstall_aodh
|
||||
elif [[ "$1" == "stack" && "$2" == "install" ]]; then
|
||||
echo_summary "Installing Aodh"
|
||||
# Use stack_install_service here to account for vitualenv
|
||||
# Use stack_install_service here to account for virtualenv
|
||||
stack_install_service aodh
|
||||
elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then
|
||||
echo_summary "Configuring Aodh"
|
||||
|
Loading…
x
Reference in New Issue
Block a user