From fdf7107dece3c9ac891750c6752ccaf8d8403101 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Fri, 15 May 2015 08:12:54 -0700 Subject: [PATCH] VMware NSXV: update configuration file Update the configuration file to show the variables for configuring the Edge username and password. This is very useful for administrators when they wish to debug issues. Change-Id: I7340b3b408a6edaf9b4b307909631e628befe921 --- etc/neutron/plugins/vmware/nsx.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/neutron/plugins/vmware/nsx.ini b/etc/neutron/plugins/vmware/nsx.ini index 851887bb1..64c08f31c 100644 --- a/etc/neutron/plugins/vmware/nsx.ini +++ b/etc/neutron/plugins/vmware/nsx.ini @@ -144,6 +144,12 @@ # tenant_router_types = shared, distributed, exclusive # Example: tenant_router_types = distributed, shared +# (Optional) Enable an administrator to configure the edge user and password +# Username to configure for Edge appliance login +# edge_appliance_user = +# (Optional) Password to configure for Edge appliance login +# edge_appliance_password = + [nsx] # Maximum number of ports for each bridged logical switch # The recommended value for this parameter varies with NSX version -- 2.45.2