diff --git a/devstack/plugin.sh b/devstack/plugin.sh index b8399f7e5..1eed3b50d 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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"