Description of network configuration options
Configuration option = Default value Description
[DEFAULT]
= True (BoolOpt) Whether to allow network traffic from same network
= False (BoolOpt) Autoassigning floating IP to VM
= 0 (IntOpt) Number of addresses reserved for vpn clients
= 5 (IntOpt) Number of attempts to create unique mac address
= None (StrOpt) Name of network to use to set access IPs for instances
= nova (StrOpt) Default pool for floating IPs
= False (BoolOpt) Whether to batch up the application of IPTables rules during a host restart and apply all at the end of the init phase
= novalocal (StrOpt) Domain to use for building the hostnames
= 86400 (IntOpt) Lifetime of a DHCP lease in seconds
= $bindir/nova-dhcpbridge (StrOpt) Location of nova-dhcpbridge
= ['/etc/nova/nova-dhcpbridge.conf'] (MultiStrOpt) Location of flagfiles for dhcpbridge
= [] (MultiStrOpt) If set, uses specific DNS server for dnsmasq. Can be specified multiple times.
= -1 (IntOpt) Number of seconds to wait between runs of updates to DNS entries.
= (StrOpt) Override the default dnsmasq settings with this file
= 3 (IntOpt) Number of times to retry ebtables commands on failure.
= 1.0 (FloatOpt) Number of seconds to wait between ebtables retries.
= None (StrOpt) Firewall driver (defaults to hypervisor specific iptables driver)
= 600 (IntOpt) Seconds after which a deallocated IP is disassociated
= False (BoolOpt) Whether to attempt to inject network setup into guest
= None (StrOpt) FlatDhcp will bridge into this interface if set
= None (StrOpt) Bridge for simple network instances
= 8.8.4.4 (StrOpt) DNS server for simple network
= nova.network.noop_dns_driver.NoopDNSDriver (StrOpt) Full class name for the DNS Manager for floating IPs
= True (BoolOpt) If True, send a dhcp release on instance termination
= [] (MultiStrOpt) Traffic to this range will always be snatted to the fallback ip, even if it would normally be bridged out of the node. Can be specified multiple times.
= ['all'] (MultiStrOpt) An interface that bridges can forward to. If this is set to all then all traffic will be forwarded. Can be specified multiple times.
= None (StrOpt) Default IPv4 gateway
= $pybasedir/nova/virt/interfaces.template (StrOpt) Template file for injected network
= (StrOpt) Full class name for the DNS Zone for instance IPs
= nova.network.noop_dns_driver.NoopDNSDriver (StrOpt) Full class name for the DNS Manager for instance IPs
= (StrOpt) Regular expression to match iptables rule that should always be on the bottom.
= DROP (StrOpt) The table that iptables to jump to when a packet is to be dropped.
= (StrOpt) Regular expression to match iptables rule that should always be on the top.
= nova.network.l3.LinuxNetL3 (StrOpt) Indicates underlying L3 management library
= nova.network.linux_net.LinuxBridgeInterfaceDriver (StrOpt) Driver used to create ethernet devices.
= br-int (StrOpt) Name of Open vSwitch bridge used with linuxnet
= False (BoolOpt) Default value for multi_host in networks. Also, if set, some rpc network calls will be sent directly to host.
= 0 (IntOpt) Number of times to retry network allocation on failures
= nova.network.api.API (StrOpt) The full class name of the network API class to use
= None (IntOpt) DEPRECATED: THIS VALUE SHOULD BE SET WHEN CREATING THE NETWORK. MTU setting for network interface.
= nova.network.linux_net (StrOpt) Driver to use for network creation
= nova.network.manager.VlanManager (StrOpt) Full class name for the Manager for network
= 256 (IntOpt) Number of addresses in each private subnet
= network (StrOpt) The topic network nodes listen on
= $state_path/networks (StrOpt) Location to keep network config files
= 1 (IntOpt) Number of networks to support
= 120 (IntOpt) Amount of time, in seconds, that ovs_vsctl should wait for a response from the database. 0 is to wait forever.
= eth0 (StrOpt) Interface for public IP addresses
= $my_ip (StrOpt) Public IP of network host
= nova (StrOpt) The full class name of the security API class
= False (BoolOpt) Send gratuitous ARPs for HA setup
= 3 (IntOpt) Send this many gratuitous ARPs for HA setup
= False (BoolOpt) DEPRECATED: THIS VALUE SHOULD BE SET WHEN CREATING THE NETWORK. If True in multi_host mode, all compute hosts share the same dhcp address. The same IP address used for DHCP will be added on each nova-network node which is only visible to the vms on the same host.
= False (BoolOpt) If True, unused gateway devices (VLAN and bridge) are deleted in VLAN network mode with multi hosted networks
= False (BoolOpt) If True, when a DNS entry must be updated, it sends a fanout cast to all network hosts to update their DNS entries in multi host mode
= False (BoolOpt) If set, uses the dns1 and dns2 from the network ref. as dns servers.
= False (StrOpt) Control for checking for default networks
= False (BoolOpt) Use single default gateway. Only first nic of vm will get default gateway from dhcp server
= None (StrOpt) VLANs will bridge into this interface if set
= 100 (IntOpt) First VLAN for private networks
[vmware]
= vmnic0 (StrOpt) Physical ethernet adapter name for vlan networking