parameterized LAUNCH_INSTANCE_DEFAULTS
Related: PROD-22266

Change-Id: I9aa783930656ff4d6e4fc2d8ef6cf6ef3750d1f1
diff --git a/README.rst b/README.rst
index b1f4327..f7a37aa 100644
--- a/README.rst
+++ b/README.rst
@@ -182,6 +182,21 @@
         - name: cluster2
           address: http://cluster2.example.com:5000/v2.0
 
+Configuration of LAUNCH_INSTANCE_DEFAULTS parameter:
+
+.. code-block:: yaml
+
+    horizon:
+      server:
+        launch_instance_defaults:
+          config_drive: False
+          enable_scheduler_hints: True
+          disable_image: False
+          disable_instance_snapshot: False
+          disable_volume: False
+          disable_volume_snapshot: False
+          create_volume: False
+
 Horizon setup with sensu plugin:
 
 .. code-block:: yaml
@@ -578,4 +593,3 @@
 * #salt-formulas @ irc.freenode.net
    Use this IRC channel in case of any questions or feedback which is always
    welcome
-