b50c374630
Bug #1200474 Change-Id: Ib83e58008fc53b57c4063057ce4c5707b55f0ff2
34 lines
715 B
INI
34 lines
715 B
INI
[switch]
|
|
# username = <mgmt admin username>
|
|
# password = <mgmt admin password>
|
|
# address = <switch mgmt ip address>
|
|
# ostype = NOS
|
|
#
|
|
# Example:
|
|
# username = admin
|
|
# password = password
|
|
# address = 10.24.84.38
|
|
# ostype = NOS
|
|
|
|
[physical_interface]
|
|
# physical_interface = <physical network name>
|
|
#
|
|
# Example:
|
|
# physical_interface = physnet1
|
|
|
|
[vlans]
|
|
# network_vlan_ranges = <physical network name>:nnnn:mmmm
|
|
#
|
|
# Example:
|
|
# network_vlan_ranges = physnet1:1000:2999
|
|
|
|
[agent]
|
|
# Example:
|
|
# root_helper = sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
|
|
|
[linux_bridge]
|
|
# physical_interface_mappings = <physical network name>:<local interface>
|
|
#
|
|
# Example:
|
|
# physical_interface_mappings = physnet1:em1
|