diff --git a/doc/vagrant-dev-env.rst b/doc/vagrant-dev-env.rst
index 8ed3d3e4c91a50114dba23f8d3e8222b8d520db0..d8ed47b36c91de9a86c5d483304301e7a6571681 100644
--- a/doc/vagrant-dev-env.rst
+++ b/doc/vagrant-dev-env.rst
@@ -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::