[VMware] inital commit
This commit unhardcode vmware related options.
Change-Id: Ibeb35a4c50f6ce7e16885ed4180db110fc009724
Related-Prod: PROD-21446
diff --git a/README.rst b/README.rst
index 34d660e..4d3e86a 100644
--- a/README.rst
+++ b/README.rst
@@ -991,6 +991,29 @@
user: admin
password: password
+Neutron Server with NSX
+
+.. code-block:: yaml
+
+ neutron:
+ server:
+ backend:
+ engine: vmware
+ core_plugin: vmware_nsxv3
+ vmware:
+ nsx:
+ extension_drivers:
+ - vmware_nsxv3_dns
+ v3:
+ api_password: nsx_password
+ api_user: nsx_username
+ api_managers:
+ 01:
+ scheme: https
+ host: 192.168.10.120
+ port: '443'
+ insecure: true
+
Neutron Keystone region
.. code-block:: yaml