Fix typo in installation of vmware virtdriver

The probably got introduced in recent adjustments to cleanup the
virt driver installs.

Change-Id: Ic51411d5bd9b18d395dbdf948c58fea2d53eba0d
This commit is contained in:
Chris Dent 2015-06-27 15:07:20 +01:00
parent e4d57d6bed
commit 53a8f7c7bc

View File

@ -341,7 +341,7 @@ function install_ceilometer {
fi
if [[ "$VIRT_DRIVER" = 'vsphere' ]]; then
pip_instal_gr oslo.vmware
pip_install_gr oslo.vmware
fi
fi