8
OPENSTACK_NEUTRON_NETWORK
Field Description
enable_lb
Whether to enable or disable the LB configuration page.
•
True
—Enable.
•
False
—Disable.
enable_firewall
Whether to enable or disable the FW configuration page.
•
True
—Enable.
•
False
—Disable.
enable_vpn
Whether to enable or disable the VPN configuration page.
•
True
—Enable.
•
False
—Disable.
ml2_conf_h3c.ini
Parameter Description
url
HTTPS URL address of the VCF controller, for example,
https://127.0.0.1:8443
.
username
Username for logging in to the VCF controller, for example,
sdn
. You
do not need to configure a username if the
use_neutron_credential
parameter is set to
True
.
password
Password for logging in to the VCF controller, for example,
skyline123
. You do not need to configure a password if the
use_neutron_credential
parameter is set to
True
.
domain
Name of the domain where the VCF controller resides, for example,
sdn
.
timeout
Time period that the Neutron server waits for a response from the VCF
controller in seconds, for example, 300 seconds.
retry
Maximum times for sending connection requests from the Neutron
server to the VCF controller, for example, 10.
vnic_type
Type of the virtual NIC that the virtual machine supports, for example,
ovs
.
hybrid_vnic
Whether to enable or disable the feature of mapping OpenStack VLAN
to VCF controller VXLAN.
•
True
—Enable.
•
False
—Disable.
default_tenant_mode
Whether to enable or disable the default tenant mode.
•
True
—Enable.
•
False
—Disable.
All tenants use the virtualized network function (VNF) resources for the
default tenant after the default tenant mode is enabled.
ip_mac_binding
Whether to enable or disable IP-MAC binding.
•
True
—Enable.
•
False
—Disable.
denyflow_age
Anti-spoofing flow table aging time for the virtual distributed switch
(VDS), an integer in the range of 1 to 3600 seconds, for example, 300
seconds.
white_list
Whether to enable or disable the authentication-free user feature on
OpenStack.