Fix typo in plugin.sh
It should be changed from "vitualenv" to "virtualenv". Change-Id: I36f93d3c6b4f8c809c79856b4bbf2f804cccd95b
This commit is contained in:
parent
4078e228dd
commit
14fe913508
@ -11,7 +11,7 @@ source $DEST/heat/devstack/lib/heat
|
||||
if is_heat_enabled; then
|
||||
if [[ "$1" == "stack" && "$2" == "install" ]]; then
|
||||
echo_summary "Installing heat"
|
||||
# Use stack_install_service here to account for vitualenv
|
||||
# Use stack_install_service here to account for virtualenv
|
||||
stack_install_service heat
|
||||
echo_summary "Installing heatclient"
|
||||
install_heatclient
|
||||
|
Loading…
Reference in New Issue
Block a user