diff --git a/doc/source/contributor/vagrant-dev-env.rst b/doc/source/contributor/vagrant-dev-env.rst
index 2d70f6c1f7077ce1957952e52f557608b7d024be..156f3215bb97125c99ef0db55c23ff3a4b25d1bb 100644
--- a/doc/source/contributor/vagrant-dev-env.rst
+++ b/doc/source/contributor/vagrant-dev-env.rst
@@ -208,6 +208,15 @@ Once logged on the **operator** VM call the ``kolla-build`` utility:
 It builds Docker images and pushes them to the local registry if the **push**
 option is enabled (in Vagrant this is the default behaviour).
 
+Generating passwords
+--------------------
+
+Before proceeding with the deployment you must generate the service passwords:
+
+.. code-block:: console
+
+   kolla-genpwd
+
 Deploying OpenStack with Kolla
 ------------------------------
 
@@ -217,7 +226,11 @@ To deploy **all-in-one**:
 
    sudo kolla-ansible deploy
 
-To deploy multinode:
+To deploy **multinode**:
+
+Ensure that the nodes deployed by Vagrant match those specified in the
+inventory file:
+``/usr/share/kolla-ansible/ansible/inventory/multinode``.
 
 For Centos 7: