From 3a788c7320bb692f7a7d1533f63cf9c4c3190135 Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Wed, 7 Dec 2016 07:01:50 +0000 Subject: [PATCH] Fix typo in plugin.sh TrivialFix: "vitualenv" should be "virtualenv" Change-Id: I2543ff8d2f34e3618436a8819e4ceebf116a83ed --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index b8399f7e..1eed3b50 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"