Merge "Fix typo in installation of vmware virtdriver"

This commit is contained in:
Jenkins 2015-07-01 18:11:51 +00:00 committed by Gerrit Code Review
commit 742cd6f707

View File

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