diff --git a/doc/common/tables/neutron-agent.xml b/doc/common/tables/neutron-agent.xml index 9e1b127734..7c3be590aa 100644 --- a/doc/common/tables/neutron-agent.xml +++ b/doc/common/tables/neutron-agent.xml @@ -16,24 +16,15 @@
network_vlan_ranges = | -(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network> | +[DEFAULT] | |
---|---|---|---|
tenant_network_type = local | -(StrOpt) Network type for tenant networks (local, flat, vlan or none) | +transport_url = None | +(StrOpt) A URL representing the messaging driver to use and its full configuration. If not set, we fall back to the rpc_backend option and driver specific configuration. |
tenant_network_type = local | -(StrOpt) Network type for tenant networks (local, vlan, or none) | +[audit] | +|
---|---|---|---|
api_audit_map = api_audit_map.conf | +(StrOpt) File containing mapping for api paths and service endpoints | +||
namespace = openstack | +(StrOpt) namespace prefix for generated id |
Configuration option = Default value | +Description | +
---|---|
[DEFAULT] | +|
dnsmasq_config_file = | +(StrOpt) Override the default dnsmasq settings with this file | +
dnsmasq_dns_servers = None | +(ListOpt) Comma-separated list of the DNS servers which will be used as forwarders. | +
dnsmasq_lease_max = 16777216 | +(IntOpt) Limit number of leases to prevent a denial-of-service. | +
enable_isolated_metadata = False | +(BoolOpt) Support Metadata requests on isolated networks. | +
enable_metadata_network = False | +(BoolOpt) Allows for serving metadata requests from a dedicated network. Requires enable_isolated_metadata = True | +
num_sync_threads = 4 | +(IntOpt) Number of threads to use during sync process. | +
resync_interval = 5 | +(IntOpt) Interval to resync. | +
use_namespaces = True | +(BoolOpt) Allow overlapping IP. | +
Configuration option = Default value | +Description | +
---|---|
[DEFAULT] | +|
enable_metadata_proxy = True | +(BoolOpt) Allow running metadata proxy. | +
external_network_bridge = br-ex | +(StrOpt) Name of bridge used for external network traffic. | +
gateway_external_network_id = | +(StrOpt) UUID of external network for routers implemented by the agents. | +
handle_internal_only_routers = True | +(BoolOpt) Agent should implement routers with no gateway | +
router_id = | +(StrOpt) If namespaces is disabled, the l3 agent can only configure a router that has the matching router ID. | +
send_arp_for_ha = 0 | +(IntOpt) Send this many gratuitous ARPs for HA setup, if less than or equal to 0, the feature is disabled | +
Configuration option = Default value | +Description | +
---|---|
[DEFAULT] | +|
driver = neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver | +(StrOpt) Metering driver | +
measure_interval = 30 | +(IntOpt) Interval between two metering measures | +
[AGENT] | +|
report_interval = 4 | +(FloatOpt) Seconds between nodes reporting state to server; should be less than agent_down_time, best if it is half or less than agent_down_time. | +
Configuration option = Default value | +Description | +
---|---|
[ml2_brocade] | +|
address = | +(StrOpt) The address of the host to SSH to | +
ostype = NOS | +(StrOpt) Unused | +
password = password | +(StrOpt) The SSH password to use | +
physical_networks = | +(StrOpt) Allowed physical networks | +
username = admin | +(StrOpt) The SSH username to use | +
Configuration option = Default value | +Description | +
---|---|
[ml2_odl] | +|
password = None | +(StrOpt) HTTP password for authentication | +
session_timeout = 30 | +(IntOpt) Tomcat session timeout in minutes. | +
timeout = 10 | +(IntOpt) HTTP timeout in seconds. | +
url = None | +(StrOpt) HTTP URL of OpenDaylight REST interface. | +
username = None | +(StrOpt) HTTP username for authentication | +
Configuration option = Default value | +Description | +
---|---|
[nvsd] | +|
nvsd_ip = 127.0.0.1 | +(StrOpt) NVSD Controller IP address | +
nvsd_passwd = oc123 | +(StrOpt) NVSD Controller password | +
nvsd_port = 8082 | +(IntOpt) NVSD Controller Port number | +
nvsd_retries = 0 | +(IntOpt) Number of login retries to NVSD controller | +
nvsd_user = ocplugin | +(StrOpt) NVSD Controller username | +
request_timeout = 30 | +(IntOpt) NVSD controller REST API request timeout in seconds | +
Configuration option = Default value | -Description | -
---|---|
network_vlan_ranges = | -(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network> | -
Configuration option = Default value | +Description | +
---|---|
[DEFAULT] | +|
host = oslo | +(StrOpt) The hostname Neutron is running on | +
[matchmaker_redis] | +|
host = 127.0.0.1 | +(StrOpt) Host to locate redis | +
password = None | +(StrOpt) Password for Redis server. (optional) | +
port = 6379 | +(IntOpt) Use this port to connect to redis host. | +
Configuration option = Default value | +Description | +
---|---|
[SDNVE] | +|
base_url = /one/nb/v2/ | +(StrOpt) Base URL for SDN-VE controller REST API | +
controller_ips = 127.0.0.1 | +(ListOpt) List of IP addresses of SDN-VE controller(s) | +
default_tenant_type = OF | +(StrOpt) Tenant type: OF (default) and OVERLAY | +
format = json | +(StrOpt) SDN-VE request/response format | +
info = sdnve_info_string | +(StrOpt) SDN-VE RPC subject | +
integration_bridge = None | +(StrOpt) Integration bridge to use | +
interface_mappings = | +(ListOpt) List of <physical_network_name>:<interface_name> | +
of_signature = SDNVE-OF | +(StrOpt) The string in tenant description that indicates the tenant is a OF tenant | +
out_of_band = True | +(BoolOpt) Indicating if controller is out of band or not | +
overlay_signature = SDNVE-OVERLAY | +(StrOpt) The string in tenant description that indicates the tenant is a OVERLAY tenant | +
password = admin | +(StrOpt) SDN-VE administrator password | +
port = 8443 | +(StrOpt) SDN-VE controller port number | +
reset_bridge = True | +(BoolOpt) Reset the integration bridge before use | +
use_fake_controller = False | +(BoolOpt) If set to True uses a fake controller. | +
userid = admin | +(StrOpt) SDN-VE administrator user id | +
[SDNVE_AGENT] | +|
polling_interval = 2 | +(IntOpt) Agent polling interval if necessary | +
root_helper = sudo | +(StrOpt) Using root helper | +
rpc = True | +(BoolOpt) Whether using rpc | +
agent_mode = agent | -(StrOpt) The mode used to implement DHCP/metadata services. | -||
always_read_status = False | -(BoolOpt) Always read operational status from backend on show operations. Enabling this option might slow down the system. | -||
concurrent_connections = 10 | -(IntOpt) Maximum concurrent connections to each NSX controller. | -||
datacenter_moid = None | -(StrOpt) Optional parameter identifying the ID of datacenter to deploy NSX Edges | -||
datastore_id = None | -(StrOpt) Optional parameter identifying the ID of datastore to deploy NSX Edges | +[DEFAULT] | |
---|---|---|---|
default_interface_name = breth0 | @@ -51,62 +34,18 @@default_service_cluster_uuid = None | (StrOpt) Unique identifier of the Service Cluster which will be used by logical services like dhcp and metadata | |
default_transport_type = stt | -(StrOpt) The default network tranport type to use (stt, gre, bridge, ipsec_gre, or ipsec_stt) | -||
default_tz_uuid = None | (StrOpt) This is uuid of the default NSX Transport zone that will be used for creating tunneled isolated "Neutron" networks. It needs to be created in NSX before starting Neutron with the nsx plugin. | ||
deployment_container_id = None | -(StrOpt) Optional parameter identifying the ID of datastore to deploy NSX Edges | -||
external_network = None | -(StrOpt) Network ID for physical network connectivity | -||
http_timeout = 10 | (IntOpt) Time before aborting a request | ||
manager_uri = None | -(StrOpt) uri for vsm | -||
max_lp_per_bridged_ls = 5000 | -(IntOpt) Maximum number of ports of a logical switch on a bridged transport zone (default 5000) | -||
max_lp_per_overlay_ls = 256 | -(IntOpt) Maximum number of ports of a logical switch on an overlay transport zone (default 256) | -||
max_random_sync_delay = 0 | -(IntOpt) Maximum value for the additional random delay in seconds between runs of the state synchronization task | -||
metadata_mode = access_network | -(StrOpt) If set to access_network this enables a dedicated connection to the metadata proxy for metadata server access via Neutron router. If set to dhcp_host_route this enables host route injection via the dhcp agent. This option is only useful if running on a host that does not support namespaces otherwise access_network should be used. | -||
min_chunk_size = 500 | -(IntOpt) Minimum number of resources to be retrieved from NSX during state synchronization | -||
min_sync_req_delay = 10 | -(IntOpt) Minimum delay, in seconds, between two state synchronization queries to NSX. It must not exceed state_sync_interval | -||
nsx_controllers = None | (ListOpt) Lists the NSX controllers in this cluster | ||
nsx_gen_timeout = -1 | -(IntOpt) Number of seconds a generation id should be valid for (default -1 meaning do not time out) | -||
nsx_password = admin | (StrOpt) Password for NSX controllers in this cluster | @@ -123,22 +62,139 @@req_timeout = 30 | (IntOpt) Total time limit for a cluster request |
resource_pool_id = None | -(StrOpt) Optional parameter identifying the ID of resource to deploy NSX Edges | -||
retries = 2 | (IntOpt) Number of time a request should be retried | ||
[ESWITCH] | +|||
retries = 3 | (IntOpt) The number of retries the agent will send request to daemon before giving up | ||
state_sync_interval = 120 | +[NSX] | +||
agent_mode = agent | +(StrOpt) The mode used to implement DHCP/metadata services. | +||
concurrent_connections = 10 | +(IntOpt) Maximum concurrent connections to each NSX controller. | +||
default_transport_type = stt | +(StrOpt) The default network tranport type to use (stt, gre, bridge, ipsec_gre, or ipsec_stt) | +||
max_lp_per_bridged_ls = 5000 | +(IntOpt) Maximum number of ports of a logical switch on a bridged transport zone (default 5000) | +||
max_lp_per_overlay_ls = 256 | +(IntOpt) Maximum number of ports of a logical switch on an overlay transport zone (default 256) | +||
metadata_mode = access_network | +(StrOpt) If set to access_network this enables a dedicated connection to the metadata proxy for metadata server access via Neutron router. If set to dhcp_host_route this enables host route injection via the dhcp agent. This option is only useful if running on a host that does not support namespaces otherwise access_network should be used. | +||
nsx_gen_timeout = -1 | +(IntOpt) Number of seconds a generation id should be valid for (default -1 meaning do not time out) | +||
[NSX_DHCP] | +|||
default_lease_time = 43200 | +(IntOpt) Default DHCP lease time | +||
domain_name = openstacklocal | +(StrOpt) Domain to use for building the hostnames | +||
extra_domain_name_servers = | +(ListOpt) Comma separated list of additional domain name servers | +||
[NSX_LSN] | +|||
sync_on_missing_data = False | +(BoolOpt) Pull LSN information from NSX in case it is missing from the local data store. This is useful to rebuild the local store in case of server recovery. | +||
[NSX_METADATA] | +|||
metadata_server_address = 127.0.0.1 | +(StrOpt) IP address used by Metadata server. | +||
metadata_server_port = 8775 | +(IntOpt) TCP Port used by Metadata server. | +||
metadata_shared_secret = | +(StrOpt) Shared secret to sign instance-id request | +||
[NSX_SYNC] | +|||
always_read_status = False | +(BoolOpt) Always read operational status from backend on show operations. Enabling this option might slow down the system. | +||
max_random_sync_delay = 0 | +(IntOpt) Maximum value for the additional random delay in seconds between runs of the state synchronization task | +||
min_chunk_size = 500 | +(IntOpt) Minimum number of resources to be retrieved from NSX during state synchronization | +||
min_sync_req_delay = 1 | +(IntOpt) Minimum delay, in seconds, between two state synchronization queries to NSX. It must not exceed state_sync_interval | +||
state_sync_interval = 10 | (IntOpt) Interval in seconds between runs of the state synchronization task. Set it to 0 to disable it | ||
[vcns] | +|||
datacenter_moid = None | +(StrOpt) Optional parameter identifying the ID of datacenter to deploy NSX Edges | +||
datastore_id = None | +(StrOpt) Optional parameter identifying the ID of datastore to deploy NSX Edges | +||
deployment_container_id = None | +(StrOpt) Optional parameter identifying the ID of datastore to deploy NSX Edges | +||
external_network = None | +(StrOpt) Network ID for physical network connectivity | +||
manager_uri = None | +(StrOpt) uri for vsm | +||
password = default | +(StrOpt) Password for vsm | +||
resource_pool_id = None | +(StrOpt) Optional parameter identifying the ID of resource to deploy NSX Edges | +||
task_status_check_interval = 2000 | (IntOpt) Task status check interval | diff --git a/doc/common/tables/neutron-vpn.xml b/doc/common/tables/neutron-vpn.xml index 43fcca9241..23f4042a53 100644 --- a/doc/common/tables/neutron-vpn.xml +++ b/doc/common/tables/neutron-vpn.xml @@ -15,21 +15,30 @@||
[ipsec] | +|||
config_base_dir = $state_path/ipsec | (StrOpt) Location to store ipsec server config files | ||
ipsec_config_template = /usr/lib/python2.7/site-packages/neutron/services/vpn/device_drivers/template/openswan/ipsec.conf.template | +ipsec_status_check_interval = 60 | +(IntOpt) Interval for checking ipsec status | +|
[openswan] | +|||
ipsec_config_template = /usr/lib/python/site-packages/neutron/services/vpn/device_drivers/template/openswan/ipsec.conf.template | (StrOpt) Template file for ipsec configuration | ||
ipsec_secret_template = /usr/lib/python2.7/site-packages/neutron/services/vpn/device_drivers/template/openswan/ipsec.secret.template | +ipsec_secret_template = /usr/lib/python/site-packages/neutron/services/vpn/device_drivers/template/openswan/ipsec.secret.template | (StrOpt) Template file for ipsec secret configuration | |
ipsec_status_check_interval = 60 | -(IntOpt) Interval for checking ipsec status | +[vpnagent] | |
vpn_device_driver = ['neutron.services.vpn.device_drivers.ipsec.OpenSwanDriver'] | diff --git a/doc/common/tables/neutron-wsgi.xml b/doc/common/tables/neutron-wsgi.xml index 585c0d5f19..f3bee9a84c 100644 --- a/doc/common/tables/neutron-wsgi.xml +++ b/doc/common/tables/neutron-wsgi.xml @@ -15,6 +15,9 @@|||
[DEFAULT] | +|||
backlog = 4096 | (IntOpt) Number of backlog requests to configure the socket with | @@ -29,4 +32,4 @@