diff --git a/doc/multinode.rst b/doc/multinode.rst
index 245cbc30b0fa8c98c9e5f5be924946f9396a1c1b..46de3f2524d5dd24c5e3390ae44067e8017f01be 100644
--- a/doc/multinode.rst
+++ b/doc/multinode.rst
@@ -87,6 +87,8 @@ Restart docker by executing the following commands:
     # Ubuntu with upstart or sysvinit
     sudo service docker restart
 
+.. _edit-inventory:
+
 Edit the Inventory File
 =======================
 
diff --git a/doc/production-architecture-guide.rst b/doc/production-architecture-guide.rst
index 63d5e895e0b6856aa32c31dd78d873eb34e5c052..6fc560d162f56aeb9b260bb878c17fe976979f50 100644
--- a/doc/production-architecture-guide.rst
+++ b/doc/production-architecture-guide.rst
@@ -29,6 +29,8 @@ A basic Kolla inventory consists of several types of nodes, known in Ansible as
 Network configuration
 =====================
 
+.. _interface-configuration:
+
 Interface configuration
 ***********************
 
diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 56700134a7e96c1f128bb17b9947d5e2c5ba2311..82f60b4afdb590fce70d095b2605a6be98095a3f 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -27,6 +27,29 @@ started with deploying OpenStack on bare metal or a virtual machine with Kolla.
 There are other deployment environments referenced below in
 `Additional Environments`_.
 
+Automatic host bootstrap
+========================
+
+.. note:: New in Newton
+
+To quickly prepare hosts for Kolla, playbook ``bootstrap-servers`` can be used.
+This is an Ansible playbook which works on Ubuntu 14.04, 16.04 and CentOS 7
+hosts to install and prepare cluster for Kolla installation.
+
+.. note:: Installation of dependencies for deployment node and configuration
+   of Kolla interfaces is still required prior to running this command. More
+   information about Kolla interface configuration in
+   :ref:`interface-configuration`.
+
+Command to run the playbook:
+
+::
+
+    kolla-ansible -i <<inventory file>> bootstrap-servers
+
+To learn more about the inventory file, follow :ref:`edit-inventory`.
+
+
 Install Dependencies
 ====================