Atom feed of this document
  
Kilo -  Kilo -  Kilo -  Kilo -  Kilo -  Kilo -  Kilo -  Kilo - 

 New, updated and deprecated options in Kilo for OpenStack Networking

Table 9.67. New options
Option = default value (Type) Help string
[DEFAULT] advertise_mtu = False (BoolOpt) If True, effort is made to advertise MTU settings to VMs via network methods (DHCP and RA MTU options) when the network's preferred MTU is known.
[DEFAULT] allow_automatic_dhcp_failover = True (BoolOpt) Automatically remove networks from offline DHCP agents.
[DEFAULT] conn_idle_timeout = 900 (IntOpt) Reconnect connection to nsx if not used within this amount of time.
[DEFAULT] default_ipv4_subnet_pool = None (StrOpt) Default IPv4 subnet-pool to be used for automatic subnet CIDR allocation
[DEFAULT] default_ipv6_subnet_pool = None (StrOpt) Default IPv6 subnet-pool to be used for automatic subnet CIDR allocation
[DEFAULT] dhcp_broadcast_reply = False (BoolOpt) Use broadcast in DHCP replies
[DEFAULT] dhcp_load_type = networks (StrOpt) Representing the resource type whose load is being reported by the agent. This can be "networks", "subnets" or "ports". When specified (Default is networks), the server will extract particular load sent as part of its agent configuration object from the agent report state, which is the number of resources being consumed, at every report_interval.dhcp_load_type can be used in combination with network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler When the network_scheduler_driver is WeightScheduler, dhcp_load_type can be configured to represent the choice for the resource being balanced. Example: dhcp_load_type=networks
[DEFAULT] enable_services_on_agents_with_admin_state_down = False (BoolOpt) Enable services on an agent with admin_state_up False. If this option is False, when admin_state_up of an agent is turned False, services on it will be disabled. Agents with admin_state_up False are not selected for automatic scheduling regardless of this option. But manual scheduling to such agents is available if this option is True.
[DEFAULT] external_ingress_mark = 0x2 (StrOpt) Iptables mangle mark used to mark ingress from external network
[DEFAULT] ipv6_gateway = (StrOpt) With IPv6, the network used for the external gateway does not need to have an associated subnet, since the automatically assigned link-local address (LLA) can be used. However, an IPv6 gateway address is needed for use as the next-hop for the default route. If no IPv6 gateway address is configured here, (and only then) the neutron router will be configured to get its default route from router advertisements (RAs) from the upstream router; in which case the upstream router must also be configured to send these RAs. The ipv6_gateway, when configured, should be the LLA of the interface on the upstream router. If a next-hop using a global unique address (GUA) is desired, it needs to be done via a subnet allocated to the network and not through this parameter.
[DEFAULT] log-config-append = None (StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation.
[DEFAULT] log-date-format = %Y-%m-%d %H:%M:%S (StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s .
[DEFAULT] log-dir = None (StrOpt) (Optional) The base directory used for relative --log-file paths.
[DEFAULT] log-file = None (StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout.
[DEFAULT] log-format = None (StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.
[DEFAULT] metadata_access_mark = 0x1 (StrOpt) Iptables mangle mark used to mark metadata valid requests
[DEFAULT] metadata_proxy_group = (StrOpt) Group (gid or name) running metadata proxy after its initialization (if empty: agent effective group).
[DEFAULT] metadata_proxy_socket_mode = deduce (StrOpt) Metadata Proxy UNIX domain socket mode, 3 values allowed: 'deduce': deduce mode from metadata_proxy_user/group values, 'user': set metadata proxy socket mode to 0o644, to use when metadata_proxy_user is agent effective user or root, 'group': set metadata proxy socket mode to 0o664, to use when metadata_proxy_group is agent effective group or root, 'all': set metadata proxy socket mode to 0o666, to use otherwise.
[DEFAULT] metadata_proxy_user = (StrOpt) User (uid or name) running metadata proxy after its initialization (if empty: agent effective user).
[DEFAULT] metadata_proxy_watch_log = None (BoolOpt) Enable/Disable log watch by metadata proxy. It should be disabled when metadata_proxy_user/group is not allowed to read/write its log file and copytruncate logrotate option must be used if logrotate is enabled on metadata proxy log files. Option default value is deduced from metadata_proxy_user: watch log is enabled if metadata_proxy_user is agent effective user id/name.
[DEFAULT] nova_admin_tenant_name = None (StrOpt) The name of the admin nova tenant. Deprecated in favour of an auth plugin in [nova].
[DEFAULT] policy_default_rule = default (StrOpt) Default rule. Enforced when a requested rule is not found.
[DEFAULT] policy_dirs = ['policy.d'] (MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched. Missing or empty directories are ignored.
[DEFAULT] syslog-log-facility = LOG_USER (StrOpt) Syslog facility to receive log lines.
[DEFAULT] use-syslog = False (BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will change in J to honor RFC5424.
[DEFAULT] use-syslog-rfc-format = False (BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in I, and will be removed in J.
[DEFAULT] vlan_transparent = False (BoolOpt) If True, then allow plugins that support it to create VLAN transparent networks.
[AGENT] check_child_processes_action = respawn (StrOpt) Action to be executed when a child process dies
[AGENT] check_child_processes_interval = 60 (IntOpt) Interval between checks of child process liveness (seconds), use 0 to disable
[AGENT] comment_iptables_rules = True (BoolOpt) Add comments to iptables rules.
[AGENT] prevent_arp_spoofing = False (BoolOpt) Enable suppression of ARP responses that don't match an IP address that belongs to the port from which they originate. Note: This prevents the VMs attached to this agent from spoofing, it doesn't protect them from other devices which have the capability to spoof (e.g. bare metal or VMs attached to agents without this flag set to True). Spoofing rules will not be added to any ports that have port security disabled. This requires a version of OVS that supports matching ARP headers.
[AGENT] root_helper_daemon = None (StrOpt) Root helper daemon application to use when possible.
[AGENT] use_helper_for_ns_read = True (BoolOpt) Use the root helper to read the namespaces from the operating system.
[MIDONET] client = midonet.neutron.client.api.MidonetApiClient (StrOpt) MidoNet client used to access MidoNet data storage.
[MIDONET] cluster_ip = localhost (StrOpt) IP that the cluster service can be reached on
[MIDONET] cluster_port = 8088 (StrOpt) Port that the cluster service can be reached on
[MIDONET] tunnel_protocol = vxlan (StrOpt) Tunnel protocol used by Midonet
[OFC] support_packet_filter_on_ofc_router = True (BoolOpt) Support packet filter on OFC router interface.
[OVSVAPP] agent_driver = networking_vsphere.agent.ovsvapp_agent.OVSvAppL2Agent (StrOpt) OVSvApp Agent implementation.
[OVSVAPP] agent_maintenance = False (BoolOpt) Turn on this flag during agent updates to help prevent datapath outage.
[OVSVAPP] bridge_mappings = (ListOpt) Bridge mappings.
[OVSVAPP] dont_fragment = True (IntOpt) Do not fragment.
[OVSVAPP] integration_bridge = br-int (StrOpt) Integration Bridge.
[OVSVAPP] local_ip = (StrOpt) Local IP address of VXLAN tunnel endpoint.
[OVSVAPP] network_manager = networking_vsphere.drivers.manager.VcenterManager (StrOpt) Driver Manager implementation for NetworkDriver.
[OVSVAPP] polling_interval = 2 (IntOpt) The number of seconds the agent will wait between polling for local device changes.
[OVSVAPP] report_interval = 4 (IntOpt) Seconds between nodes reporting state to server.
[OVSVAPP] tenant_network_type = vlan (StrOpt) Network type for tenant networks
[OVSVAPP] tunnel_bridge = br-tun (StrOpt) Tunnel Bridge for tunneling.
[OVSVAPP] tunnel_types = vxlan (ListOpt) Tunnel network types supported by the OVSvApp Agent.
[OVSVAPP] veth_mtu = 1500 (IntOpt) MTU size of veth interfaces.
[OVSVAPP] vxlan_udp_port = 4789 (IntOpt) The UDP port to use for VXLAN tunnels.
[SECURITYGROUP] defer_apply = True (BoolOpt) Enable defer_apply on security bridge.
[SECURITYGROUP] ovsvapp_firewall_driver = networking_vsphere.drivers.ovs_firewall.OVSFirewallDriver (StrOpt) DriverManager implementation for OVS based Firewall.
[SECURITYGROUP] security_bridge_mapping = br-sec (StrOpt) <security_bridge>:<phy_interface>
[VMWARE] cert_check = False (BoolOpt) Enable SSL certificate check for vCenter.
[VMWARE] cert_path = /etc/ssl/certs/certs.pem (StrOpt) Certificate chain path containing cacert of vCenters.
[VMWARE] cluster_dvs_mapping = [''] (MultiStrOpt) vCenter cluster to DVS mapping.
[VMWARE] esx_hostname = None (StrOpt) ESX host name where this OVSvApp is hosted.
[VMWARE] esx_maintenance_mode = True (BoolOpt) Set host into maintenance mode.
[VMWARE] https_port = 443 (IntOpt) Customized https_port for vCenter communication.
[VMWARE] vcenter_api_retry_count = 5 (StrOpt) Number of retries while connecting to vcenter server.
[VMWARE] vcenter_id = None (StrOpt) Unique ID of the vCenter Server on which this OVSvApp ishosted
[VMWARE] vcenter_ip = None (StrOpt) vCenter server IP.
[VMWARE] vcenter_password = None (StrOpt) vCenter server password.
[VMWARE] vcenter_username = None (StrOpt) vCenter server user name.
[VMWARE] wsdl_location = None (StrOpt) vCenter server wsdl location.
[VROUTER] flavor = 2 (StrOpt) Nova VM flavor for instances of Vyatta vRouter.
[VROUTER] image_id = None (StrOpt) Nova image id for instances of Vyatta vRouter.
[VROUTER] keystone_url = None (StrOpt) Keystone URL.
[VROUTER] management_network_id = None (StrOpt) Vyatta vRouter management network id.
[VROUTER] nova_poll_interval = 5 (IntOpt) Number of seconds between consecutive Nova queries when waiting for router instance status change.
[VROUTER] nova_spawn_timeout = 300 (IntOpt) Number of seconds to wait for Nova to activate instance before setting resource to error state.
[VROUTER] tenant_admin_name = None (StrOpt) Name of tenant admin user.
[VROUTER] tenant_admin_password = None (StrOpt) Tenant admin password.
[VROUTER] tenant_id = None (StrOpt) UUID of tenant that holds Vyatta vRouter instances.
[VROUTER] vrouter_boot_timeout = 300 (IntOpt) Number of seconds to wait for Vyatta vRouter to boot before setting resource to error state.
[VROUTER] vrouter_credentials = vyatta:vyatta (StrOpt) Vyatta vRouter login credentials
[VROUTER] vrouter_poll_interval = 5 (IntOpt) Number of seconds between consecutive Vyatta vRouter queries when waiting for router instance boot.
[l3_brocade_mlx] switch_names = (StrOpt) Switches connected to the compute nodes
[ml2] path_mtu = 0 (IntOpt) The maximum permissible size of an unfragmented packet travelling from and to addresses where encapsulated Neutron traffic is sent. If <= 0, the path MTU is indeterminate.
[ml2] physical_network_mtus = (ListOpt) A list of mappings of physical networks to MTU values. The format of the mapping is <physnet>:<mtu val>. This mapping allows specifying a physical network MTU value that differs from the default segment_mtu value.
[ml2] segment_mtu = 0 (IntOpt) The maximum permissible size of an unfragmented packet travelling a L2 network segment. If <= 0, the segment MTU is indeterminate.
[ml2_brocade] rbridge_id = 1 (StrOpt) Rbridge id of provider edge router(s)
[ml2_brocade_fi_ni] switch_names = (StrOpt) Switches connected to the compute nodes
[ml2_cisco] host_key_checks = False (BoolOpt) Enable strict host key checks when connecting to Nexus switches
[ml2_cisco] persistent_switch_config = False (BoolOpt) To make Nexus configuration persistent
[ml2_cisco] provider_vlan_auto_create = True (BoolOpt) Provider VLANs are automatically created as needed on the Nexus switch
[ml2_cisco] provider_vlan_auto_trunk = True (BoolOpt) Provider VLANs are automatically trunked as needed on the ports of the Nexus switch
[ml2_cisco] provider_vlan_name_prefix = p- (StrOpt) VLAN Name prefix for provider vlans
[ml2_cisco] switch_heartbeat_time = 0 (IntOpt) Periodic time to check switch connection. (0=disabled)
[ml2_cisco] switch_replay_count = 3 (IntOpt) Number of times to attempt config replay with switch.
[ml2_cisco] vxlan_global_config = False (BoolOpt) Create and delete Nexus switch VXLAN global settings; feature nv overlay, feature vn-segment-vlan-based, interface nve + source-interface loopback
[ml2_cisco_n1kv] default_policy_profile = default-pp (StrOpt) Cisco Nexus1000V default policy profile.
[ml2_cisco_n1kv] default_vlan_network_profile = default-vlan-np (StrOpt) Cisco Nexus1000V default network profile for VLAN networks.
[ml2_cisco_n1kv] default_vxlan_network_profile = default-vxlan-np (StrOpt) Cisco Nexus1000V default network profile for VXLAN networks.
[ml2_cisco_n1kv] http_pool_size = 4 (IntOpt) Number of threads to use to make HTTP requests.
[ml2_cisco_n1kv] http_timeout = 15 (IntOpt) HTTP timeout, in seconds, for connections to the Cisco Nexus1000V VSMs.
[ml2_cisco_n1kv] n1kv_vsm_ips = None (ListOpt) Comma Separated IP Addresses of the Cisco Nexus1000V VSMs.
[ml2_cisco_n1kv] password = None (StrOpt) Password for all configured Cisco Nexus1000V VSMs.
[ml2_cisco_n1kv] poll_duration = 60 (IntOpt) Cisco Nexus1000V policy profile polling duration in seconds.
[ml2_cisco_n1kv] restrict_policy_profiles = False (BoolOpt) Restrict the visibility of policy profiles to the tenants.
[ml2_cisco_n1kv] sync_interval = 300 (IntOpt) Time interval between consecutive neutron-VSM syncs.
[ml2_cisco_n1kv] username = None (StrOpt) Username for all configured Cisco Nexus1000V VSMs.
[ml2_cisco_ucsm] supported_pci_devs = 1137:0071, 8086:10c9 (ListOpt) List of comma separated vendor_id:product_id of SR_IOV capable devices supported by this MD. This MD supports both VM-FEX and SR-IOV devices.
[ml2_cisco_ucsm] ucsm_host_list = None (ListOpt) List of comma separated Host:Service Profile tuples providing the Service Profile associated with each Host to be supported by this MD.
[ml2_cisco_ucsm] ucsm_ip = None (StrOpt) Cisco UCS Manager IP address. This is a required field to communicate with a Cisco UCS Manager.
[ml2_cisco_ucsm] ucsm_password = None (StrOpt) Password for UCS Manager. This is a required field to communicate with a Cisco UCS Manager.
[ml2_cisco_ucsm] ucsm_username = None (StrOpt) Username for UCS Manager. This is a required field to communicate with a Cisco UCS Manager.
[nova] auth_plugin = None (StrOpt) Name of the plugin to load
[nova] auth_section = None (StrOpt) Config Section from which to load plugin specific options
[nova] cafile = None (StrOpt) PEM encoded Certificate Authority to use when verifying HTTPs connections.
[nova] certfile = None (StrOpt) PEM encoded client certificate cert file
[nova] insecure = False (BoolOpt) Verify HTTPS connections.
[nova] keyfile = None (StrOpt) PEM encoded client certificate key file
[nova] region_name = None (StrOpt) Name of nova region to use. Useful if keystone manages more than one region.
[nova] timeout = None (IntOpt) Timeout value for http requests
[nsx_v3] default_edge_cluster_uuid = None (StrOpt) Default edge cluster identifier
[nsxv] backup_edge_pool = service:large:4:10, service:compact:4:10, vdr:large:4:10 (ListOpt) Defines edge pool using the format: <edge_type>:[edge_size]:<min_edges>:<max_edges>.edge_type: service,vdr. edge_size: compact, large, xlarge, quadlarge and default is large.
[nsxv] cluster_moid = (ListOpt) Parameter listing the IDs of the clusters which are used by OpenStack.
[nsxv] datacenter_moid = None (StrOpt) Optional parameter identifying the ID of datacenter to deploy NSX Edges
[nsxv] datastore_id = None (StrOpt) Optional parameter identifying the ID of datastore to deploy NSX Edges
[nsxv] deployment_container_id = None (StrOpt) Optional parameter identifying the ID of datastore to deploy NSX Edges
[nsxv] dvs_id = None (StrOpt) DVS ID for VLANs
[nsxv] external_network = None (StrOpt) Network ID for physical network connectivity
[nsxv] manager_uri = None (StrOpt) uri for vsm
[nsxv] maximum_tunnels_per_vnic = 20 (IntOpt) Maximum number of sub interfaces supported per vnic in edge. The value should be in 1-110.
[nsxv] metadata_shared_secret = None (StrOpt) Shared secret to sign metadata requests
[nsxv] mgt_net_default_gateway = None (StrOpt) Management network default gateway for metadata proxy
[nsxv] mgt_net_moid = None (StrOpt) Network ID for management network connectivity
[nsxv] mgt_net_proxy_ips = None (ListOpt) Management network IP address for metadata proxy
[nsxv] mgt_net_proxy_netmask = None (StrOpt) Management network netmask for metadata proxy
[nsxv] nova_metadata_ips = None (ListOpt) IP addresses used by Nova metadata service
[nsxv] nova_metadata_port = 8775 (IntOpt) TCP Port used by Nova metadata server
[nsxv] password = default (StrOpt) Password for vsm
[nsxv] resource_pool_id = None (StrOpt) Optional parameter identifying the ID of resource to deploy NSX Edges
[nsxv] retries = 10 (IntOpt) Maximum number of API retries on endpoint.
[nsxv] spoofguard_enabled = True (BoolOpt) If True then plugin will use NSXV spoofguard component for port-security feature.
[nsxv] task_status_check_interval = 2000 (IntOpt) Task status check interval
[nsxv] tenant_router_types = shared, distributed, exclusive (ListOpt) Ordered list of router_types to allocate as tenant routers.
[nsxv] user = admin (StrOpt) User name for vsm
[nsxv] vdn_scope_id = None (StrOpt) Network scope ID for VXLAN virtual wires
[oslo_concurrency] disable_process_locking = False (BoolOpt) Enables or disables inter-process locks.
[oslo_concurrency] lock_path = None (StrOpt) Directory to use for lock files. For security, the specified directory should only be writable by the user running the processes that need locking. Defaults to environment variable OSLO_LOCK_PATH. If external locks are used, a lock path must be set.
[oslo_messaging_amqp] allow_insecure_clients = False (BoolOpt) Accept clients using either SSL or plain TCP
[oslo_messaging_amqp] broadcast_prefix = broadcast (StrOpt) address prefix used when broadcasting to all servers
[oslo_messaging_amqp] container_name = None (StrOpt) Name for the AMQP container
[oslo_messaging_amqp] group_request_prefix = unicast (StrOpt) address prefix when sending to any server in group
[oslo_messaging_amqp] idle_timeout = 0 (IntOpt) Timeout for inactive connections (in seconds)
[oslo_messaging_amqp] server_request_prefix = exclusive (StrOpt) address prefix used when sending to a specific server
[oslo_messaging_amqp] ssl_ca_file = (StrOpt) CA certificate PEM file for verifing server certificate
[oslo_messaging_amqp] ssl_cert_file = (StrOpt) Identifying certificate PEM file to present to clients
[oslo_messaging_amqp] ssl_key_file = (StrOpt) Private key PEM file used to sign cert_file certificate
[oslo_messaging_amqp] ssl_key_password = None (StrOpt) Password for decrypting ssl_key_file (if encrypted)
[oslo_messaging_amqp] trace = False (BoolOpt) Debug: dump AMQP frames to stdout
[oslo_messaging_qpid] amqp_auto_delete = False (BoolOpt) Auto-delete queues in AMQP.
[oslo_messaging_qpid] amqp_durable_queues = False (BoolOpt) Use durable queues in AMQP.
[oslo_messaging_qpid] qpid_heartbeat = 60 (IntOpt) Seconds between connection keepalive heartbeats.
[oslo_messaging_qpid] qpid_hostname = localhost (StrOpt) Qpid broker hostname.
[oslo_messaging_qpid] qpid_hosts = $qpid_hostname:$qpid_port (ListOpt) Qpid HA cluster host:port pairs.
[oslo_messaging_qpid] qpid_password = (StrOpt) Password for Qpid connection.
[oslo_messaging_qpid] qpid_port = 5672 (IntOpt) Qpid broker port.
[oslo_messaging_qpid] qpid_protocol = tcp (StrOpt) Transport to use, either 'tcp' or 'ssl'.
[oslo_messaging_qpid] qpid_receiver_capacity = 1 (IntOpt) The number of prefetched messages held by receiver.
[oslo_messaging_qpid] qpid_sasl_mechanisms = (StrOpt) Space separated list of SASL mechanisms to use for auth.
[oslo_messaging_qpid] qpid_tcp_nodelay = True (BoolOpt) Whether to disable the Nagle algorithm.
[oslo_messaging_qpid] qpid_topology_version = 1 (IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.
[oslo_messaging_qpid] qpid_username = (StrOpt) Username for Qpid connection.
[oslo_messaging_qpid] rpc_conn_pool_size = 30 (IntOpt) Size of RPC connection pool.
[oslo_messaging_rabbit] amqp_auto_delete = False (BoolOpt) Auto-delete queues in AMQP.
[oslo_messaging_rabbit] amqp_durable_queues = False (BoolOpt) Use durable queues in AMQP.
[oslo_messaging_rabbit] fake_rabbit = False (BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
[oslo_messaging_rabbit] heartbeat_rate = 2 (IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
[oslo_messaging_rabbit] heartbeat_timeout_threshold = 0 (IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
[oslo_messaging_rabbit] kombu_reconnect_delay = 1.0 (FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.
[oslo_messaging_rabbit] kombu_ssl_ca_certs = (StrOpt) SSL certification authority file (valid only if SSL enabled).
[oslo_messaging_rabbit] kombu_ssl_certfile = (StrOpt) SSL cert file (valid only if SSL enabled).
[oslo_messaging_rabbit] kombu_ssl_keyfile = (StrOpt) SSL key file (valid only if SSL enabled).
[oslo_messaging_rabbit] kombu_ssl_version = (StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
[oslo_messaging_rabbit] rabbit_ha_queues = False (BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.
[oslo_messaging_rabbit] rabbit_host = localhost (StrOpt) The RabbitMQ broker address where a single node is used.
[oslo_messaging_rabbit] rabbit_hosts = $rabbit_host:$rabbit_port (ListOpt) RabbitMQ HA cluster host:port pairs.
[oslo_messaging_rabbit] rabbit_login_method = AMQPLAIN (StrOpt) The RabbitMQ login method.
[oslo_messaging_rabbit] rabbit_max_retries = 0 (IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).
[oslo_messaging_rabbit] rabbit_password = guest (StrOpt) The RabbitMQ password.
[oslo_messaging_rabbit] rabbit_port = 5672 (IntOpt) The RabbitMQ broker port where a single node is used.
[oslo_messaging_rabbit] rabbit_retry_backoff = 2 (IntOpt) How long to backoff for between retries when connecting to RabbitMQ.
[oslo_messaging_rabbit] rabbit_retry_interval = 1 (IntOpt) How frequently to retry connecting with RabbitMQ.
[oslo_messaging_rabbit] rabbit_use_ssl = False (BoolOpt) Connect over SSL for RabbitMQ.
[oslo_messaging_rabbit] rabbit_userid = guest (StrOpt) The RabbitMQ userid.
[oslo_messaging_rabbit] rabbit_virtual_host = / (StrOpt) The RabbitMQ virtual host.
[oslo_messaging_rabbit] rpc_conn_pool_size = 30 (IntOpt) Size of RPC connection pool.
[oslo_middleware] max_request_body_size = 114688 (IntOpt) The maximum body size for each request, in bytes.
Table 9.68. New default values
Option Previous default value New default value
[DEFAULT] default_log_levels amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN
[DEFAULT] rpc_zmq_matchmaker oslo.messaging._drivers.matchmaker.MatchMakerLocalhost local
[CISCO_N1K] restrict_network_profiles False True
[NOVA] vif_type ovs ivs
[OVS] local_ip None
[OVS] ovsdb_interface None vsctl
[RESTPROXYAGENT] virtual_switch_type ovs ivs
[VXLAN] enable_vxlan False True
[VXLAN] local_ip None
[hosting_devices] csr1kv_cfgagent_router_driver neutron.plugins.cisco.cfg_agent.device_drivers.csr1kv.csr1kv_routing_driver.CSR1kvRoutingDriver networking_cisco.plugins.cisco.cfg_agent.device_drivers.csr1kv.csr1kv_routing_driver.CSR1kvRoutingDriver
[hosting_devices] csr1kv_device_driver neutron.plugins.cisco.l3.hosting_device_drivers.csr1kv_hd_driver.CSR1kvHostingDeviceDriver networking_cisco.plugins.cisco.l3.hosting_device_drivers.csr1kv_hd_driver.CSR1kvHostingDeviceDriver
[hosting_devices] csr1kv_plugging_driver neutron.plugins.cisco.l3.plugging_drivers.n1kv_trunking_driver.N1kvTrunkingPlugDriver networking_cisco.plugins.cisco.l3.plugging_drivers.n1kv_trunking_driver.N1kvTrunkingPlugDriver
[ml2_sriov] supported_pci_vendor_devs 15b3:1004, 8086:10c9 15b3:1004, 8086:10ca
[plumgriddirector] driver neutron.plugins.plumgrid.drivers.plumlib.Plumlib networking_plumgrid.neutron.plugins.drivers.plumlib.Plumlib
Table 9.69. Deprecated options
Deprecated option New Option
[DEFAULT] use-syslog None
[DEFAULT] use_syslog None
[DEFAULT] max_request_body_size [oslo_middleware] max_request_body_size
[DEFAULT] nova_api_insecure [nova] insecure
[DEFAULT] log-format None
[DEFAULT] nova_ca_certificates_file [nova] cafile
[DEFAULT] nova_region_name [nova] region_name
[DEFAULT] log_format None
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...