Add missing vagrant plugin vbguest

Change-Id: Ifd677065b42761f44a0222abbccb93f9b706989d
closes-Bug: #1636553
This commit is contained in:
Hui Kang 2016-10-25 11:33:23 -04:00
parent 6f60958152
commit b000ca44da
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ On Ubuntu 14.04 or later::
Next install the hostmanager plugin so all hosts are recorded in ``/etc/hosts``
(inside each vm)::
vagrant plugin install vagrant-hostmanager
vagrant plugin install vagrant-hostmanager vagrant-vbguest
Vagrant supports a wide range of virtualization technologies. This
documentation describes libvirt. To install vagrant-libvirt plugin::