neutron/etc/neutron/plugins/ovsvapp/ovsvapp_agent.ini

64 lines
1.6 KiB
INI

[vmware]
# Provide IP address for vCenter.
# vcenter_ip =
# Provide vCenter Credentials.
# vcenter_username =
# vcenter_password =
# SSL communication between OVSvApp Agent and vCenter Server
# cert_check = False
# Provide Certificate file location.
# cert_path =
# Customized https_port for OVSvApp agent and vCenter Server communication
# https_port = 443
# Number of retries by OVSvApp Agent to connect to vCenter server
# vcenter_api_retry_count = 2
# wsdl_location =
# vCenter server wsdl location
# Example:
# wsdl_location=https://<vCenter_ip>:<https_port>/sdk/vimService.wsdl
# Provide Cluster to DVS/vDS mapping.
# cluster_dvs_mapping =
#
# Example:
# cluster_dvs_mapping = <DatacenterName>/<host>/<ClusterName>:<vDSName>
# Provide ESX host name or IP address.
# esx_hostname =
# To set the ESX host in maintenance mode during Fault Management.
# esx_maintenance_mode = True
[ovsvapp]
# Currently OVSvApp Agent supports only VLAN.
# tenant_network_type = vlan
# OVS integration bridge.
# integration_bridge = br-int
# Provide bridge mappings for VLAN networks.
# bridge_mappings =
#
# Example:
# bridge_mappings = physnet1:br-eth1
# where eth1 is data interface.
# Firewall driver for OVSvApp.
# firewall_driver = networking_vsphere.drivers.ovs_firewall.OVSFirewallDriver
# For disbaling security groups.
# firewall_driver = neutron.agent.firewall.NoopFirewallDriver
[securitygroup]
# Provide bridge mapping for security groups.
# security_bridge_mapping =
#
# Example:
# security_bridge_mapping = br-sec:eth2
# where br-sec is default security bridge and eth2 is trunk interface.