Fix typo in plugin.sh

TrivialFix: "vitualenv" should be "virtualenv"
Change-Id: I2543ff8d2f34e3618436a8819e4ceebf116a83ed
This commit is contained in:
zhangyanxian 2016-12-07 07:01:50 +00:00
parent b3b35aef79
commit 3a788c7320
1 changed files with 1 additions and 1 deletions

View File

@ -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"