{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.rK3Iukm4/b1/neutron_26.0.0-1_amd64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.rK3Iukm4/b2/neutron_26.0.0-1_amd64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,12 +1,12 @@\n \n 04244a264ede38538db0e9a9d2871a39 24184 net optional neutron-api_26.0.0-1_all.deb\n f4c23b77d1b5369ca9e2bd0b4d78fd6d 74472 net optional neutron-common_26.0.0-1_all.deb\n e6466e703c62ec49f7ea10fb2eca29eb 21240 net optional neutron-dhcp-agent_26.0.0-1_all.deb\n- 06e458eea6174904ca6ce60f9081dc57 8351112 doc optional neutron-doc_26.0.0-1_all.deb\n+ 6fbfdf31d62bf261f4f0b0cc45f1d042 8351112 doc optional neutron-doc_26.0.0-1_all.deb\n bbaa92a7bf27c8206d67cdee58beecfa 11184 net optional neutron-l3-agent_26.0.0-1_all.deb\n c1ae68e7928c787e0e22fdac0e0088f5 13604 net optional neutron-linuxbridge-agent_26.0.0-1_all.deb\n 364b208a8b9ec40887b7611d5af04f18 13800 net optional neutron-macvtap-agent_26.0.0-1_all.deb\n d30967695bfbe038954280995a343df3 29200 net optional neutron-metadata-agent_26.0.0-1_all.deb\n 32c1e2b745d1a2a9e1dc34f17c6dd83a 14180 net optional neutron-metering-agent_26.0.0-1_all.deb\n e863e74049f2673e8c474bf0982eecf8 22048 net optional neutron-openvswitch-agent_26.0.0-1_all.deb\n 52f4d78a0fae5ce2293c95b0369092c5 16972 net optional neutron-ovn-agent_26.0.0-1_all.deb\n"}, {"source1": "neutron-doc_26.0.0-1_all.deb", "source2": "neutron-doc_26.0.0-1_all.deb", "unified_diff": null, "details": [{"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/doc/neutron-doc/html/configuration/neutron.html", "source2": "./usr/share/doc/neutron-doc/html/configuration/neutron.html", "comments": ["Ordering differences only"], "unified_diff": "@@ -1181,14 +1181,392 @@\n

This option has a sample default set, which means that\n its actual default value may vary from the one documented\n above.

\n

Defines the allowed conntrack helpers, and conntrack helper module protocol constraints.

\n \n \n
\n+
\n+executor_thread_pool_size\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

64

\n+
\n+
\n+

Size of executor thread pool when executor is threading or eventlet.

\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+
Deprecated Variations\u00b6

Group

Name

DEFAULT

rpc_thread_pool_size

\n+
\n+\n+
\n+
\n+rpc_response_timeout\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

60

\n+
\n+
\n+

Seconds to wait for a response from a call.

\n+
\n+\n+
\n+
\n+transport_url\u00b6
\n+
\n+
Type:
\n+

string

\n+
\n+
Default:
\n+

rabbit://

\n+
\n+
\n+

The network address and optional user credentials for connecting to the messaging backend, in URL format. The expected format is:

\n+

driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/virtual_host?query

\n+

Example: rabbit://rabbitmq:password@127.0.0.1:5672//

\n+

For full details on the fields in the URL see the documentation of oslo_messaging.TransportURL at https://docs.openstack.org/oslo.messaging/latest/reference/transport.html

\n+
\n+\n+
\n+
\n+control_exchange\u00b6
\n+
\n+
Type:
\n+

string

\n+
\n+
Default:
\n+

openstack

\n+
\n+
\n+

The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.

\n+
\n+\n+
\n+
\n+rpc_ping_enabled\u00b6
\n+
\n+
Type:
\n+

boolean

\n+
\n+
Default:
\n+

False

\n+
\n+
\n+

Add an endpoint to answer to ping calls. Endpoint is named oslo_rpc_server_ping

\n+
\n+\n+
\n+
\n+run_external_periodic_tasks\u00b6
\n+
\n+
Type:
\n+

boolean

\n+
\n+
Default:
\n+

True

\n+
\n+
\n+

Some periodic tasks can be run in a separate process. Should we run them here?

\n+
\n+\n+
\n+
\n+backdoor_port\u00b6
\n+
\n+
Type:
\n+

string

\n+
\n+
Default:
\n+

<None>

\n+
\n+
\n+

Enable eventlet backdoor. Acceptable values are 0, <port>, and <start>:<end>, where 0 results in listening on a random tcp port number; <port> results in listening on the specified port number (and not enabling backdoor if that port is in use); and <start>:<end> results in listening on the smallest unused port number within the specified range of port numbers. The chosen port is displayed in the service\u2019s log file.

\n+
\n+

Warning

\n+

This option is deprecated for removal.\n+Its value may be silently ignored \n+in the future.

\n+
\n+
Reason:
\n+

The \u2018backdoor_port\u2019 option is deprecated and will be removed in a future release.

\n+
\n+
\n+
\n+
\n+\n+
\n+
\n+backdoor_socket\u00b6
\n+
\n+
Type:
\n+

string

\n+
\n+
Default:
\n+

<None>

\n+
\n+
\n+

Enable eventlet backdoor, using the provided path as a unix socket that can receive connections. This option is mutually exclusive with \u2018backdoor_port\u2019 in that only one should be provided. If both are provided then the existence of this option overrides the usage of that option. Inside the path {pid} will be replaced with the PID of the current process.

\n+
\n+

Warning

\n+

This option is deprecated for removal.\n+Its value may be silently ignored \n+in the future.

\n+
\n+
Reason:
\n+

The \u2018backdoor_socket\u2019 option is deprecated and will be removed in a future release.

\n+
\n+
\n+
\n+
\n+\n+
\n+
\n+log_options\u00b6
\n+
\n+
Type:
\n+

boolean

\n+
\n+
Default:
\n+

True

\n+
\n+
\n+

Enables or disables logging values of all registered options when starting a service (at DEBUG level).

\n+
\n+\n+
\n+
\n+graceful_shutdown_timeout\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

60

\n+
\n+
\n+

Specify a timeout after which a gracefully shutdown server will exit. Zero value means endless wait.

\n+
\n+\n+
\n+
\n+api_paste_config\u00b6
\n+
\n+
Type:
\n+

string

\n+
\n+
Default:
\n+

api-paste.ini

\n+
\n+
\n+

File name for the paste.deploy config for api service

\n+
\n+

Warning

\n+

This option is deprecated for removal.\n+Its value may be silently ignored \n+in the future.

\n+
\n+
Reason:
\n+

The \u2018api_paste_config\u2019 option is deprecated and will be removed in a future release.

\n+
\n+
\n+
\n+
\n+\n+
\n+
\n+wsgi_log_format\u00b6
\n+
\n+
Type:
\n+

string

\n+
\n+
Default:
\n+

%(client_ip)s "%(request_line)s" status: %(status_code)s  len: %(body_length)s time: %(wall_seconds).7f

\n+
\n+
\n+

A python format string that is used as the template to generate log lines. The following values can beformatted into it: client_ip, date_time, request_line, status_code, body_length, wall_seconds.

\n+
\n+

Warning

\n+

This option is deprecated for removal.\n+Its value may be silently ignored \n+in the future.

\n+
\n+
Reason:
\n+

The \u2018wsgi_log_format\u2019 option is deprecated and will be removed in a future release.

\n+
\n+
\n+
\n+
\n+\n+
\n+
\n+tcp_keepidle\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

600

\n+
\n+
\n+

Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not supported on OS X.

\n+
\n+

Warning

\n+

This option is deprecated for removal.\n+Its value may be silently ignored \n+in the future.

\n+
\n+
Reason:
\n+

The \u2018tcp_keepidle\u2019 option is deprecated and will be removed in a future release.

\n+
\n+
\n+
\n+
\n+\n+
\n+
\n+wsgi_default_pool_size\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

100

\n+
\n+
\n+

Size of the pool of greenthreads used by wsgi

\n+
\n+

Warning

\n+

This option is deprecated for removal.\n+Its value may be silently ignored \n+in the future.

\n+
\n+
Reason:
\n+

The \u2018wsgi_default_pool_size\u2019 option is deprecated and will be removed in a future release.

\n+
\n+
\n+
\n+
\n+\n+
\n+
\n+max_header_line\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

16384

\n+
\n+
\n+

Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated when keystone is configured to use PKI tokens with big service catalogs).

\n+
\n+

Warning

\n+

This option is deprecated for removal.\n+Its value may be silently ignored \n+in the future.

\n+
\n+
Reason:
\n+

The \u2018max_header_line\u2019 option is deprecated and will be removed in a future release.

\n+
\n+
\n+
\n+
\n+\n+
\n+
\n+wsgi_keep_alive\u00b6
\n+
\n+
Type:
\n+

boolean

\n+
\n+
Default:
\n+

True

\n+
\n+
\n+

If False, closes the client socket connection explicitly.

\n+
\n+

Warning

\n+

This option is deprecated for removal.\n+Its value may be silently ignored \n+in the future.

\n+
\n+
Reason:
\n+

The \u2018wsgi_keep_alive\u2019 option is deprecated and will be removed in a future release.

\n+
\n+
\n+
\n+
\n+\n+
\n+
\n+client_socket_timeout\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

900

\n+
\n+
\n+

Timeout for client connections\u2019 socket operations. If an incoming connection is idle for this number of seconds it will be closed. A value of \u20180\u2019 means wait forever.

\n+
\n+

Warning

\n+

This option is deprecated for removal.\n+Its value may be silently ignored \n+in the future.

\n+
\n+
Reason:
\n+

The \u2018client_socket_timeout\u2019 option is deprecated and will be removed in a future release.

\n+
\n+
\n+
\n+
\n+\n+
\n+
\n+wsgi_server_debug\u00b6
\n+
\n+
Type:
\n+

boolean

\n+
\n+
Default:
\n+

False

\n+
\n+
\n+

True if the server should send exception tracebacks to the clients on 500 errors. If False, the server will respond with empty bodies.

\n+
\n+

Warning

\n+

This option is deprecated for removal.\n+Its value may be silently ignored \n+in the future.

\n+
\n+
Reason:
\n+

The \u2018wsgi_server_debug\u2019 option is deprecated and will be removed in a future release.

\n+
\n+
\n+
\n+
\n+\n+
\n
\n debug\u00b6
\n
\n
Type:
\n

boolean

\n
\n
Default:
\n@@ -1212,16 +1590,16 @@\n

<None>

\n
\n
Mutable:
\n

This option can be changed without restarting.

\n
\n
\n

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. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored (for example, log-date-format).

\n-\n-\n+
Deprecated Variations\u00b6
\n+\n \n \n \n \n \n \n \n@@ -1256,16 +1634,16 @@\n

string

\n
\n
Default:
\n

<None>

\n
\n \n

(Optional) Name of log file to send logging output to. If no default is set, logging will go to stderr as defined by use_stderr. This option is ignored if log_config_append is set.

\n-
Deprecated Variations\u00b6

Group

Name

DEFAULT

\n-\n+
Deprecated Variations\u00b6
\n+\n \n \n \n \n \n \n \n@@ -1283,16 +1661,16 @@\n

string

\n
\n
Default:
\n

<None>

\n
\n \n

(Optional) The base directory used for relative log_file paths. This option is ignored if log_config_append is set.

\n-
Deprecated Variations\u00b6

Group

Name

DEFAULT

\n-\n+
Deprecated Variations\u00b6
\n+\n \n \n \n \n \n \n \n@@ -1677,392 +2055,14 @@\n
Default:
\n

False

\n
\n \n

Enables or disables fatal status of deprecations.

\n \n \n-
\n-
\n-run_external_periodic_tasks\u00b6
\n-
\n-
Type:
\n-

boolean

\n-
\n-
Default:
\n-

True

\n-
\n-
\n-

Some periodic tasks can be run in a separate process. Should we run them here?

\n-
\n-\n-
\n-
\n-backdoor_port\u00b6
\n-
\n-
Type:
\n-

string

\n-
\n-
Default:
\n-

<None>

\n-
\n-
\n-

Enable eventlet backdoor. Acceptable values are 0, <port>, and <start>:<end>, where 0 results in listening on a random tcp port number; <port> results in listening on the specified port number (and not enabling backdoor if that port is in use); and <start>:<end> results in listening on the smallest unused port number within the specified range of port numbers. The chosen port is displayed in the service\u2019s log file.

\n-
\n-

Warning

\n-

This option is deprecated for removal.\n-Its value may be silently ignored \n-in the future.

\n-
\n-
Reason:
\n-

The \u2018backdoor_port\u2019 option is deprecated and will be removed in a future release.

\n-
\n-
\n-
\n-
\n-\n-
\n-
\n-backdoor_socket\u00b6
\n-
\n-
Type:
\n-

string

\n-
\n-
Default:
\n-

<None>

\n-
\n-
\n-

Enable eventlet backdoor, using the provided path as a unix socket that can receive connections. This option is mutually exclusive with \u2018backdoor_port\u2019 in that only one should be provided. If both are provided then the existence of this option overrides the usage of that option. Inside the path {pid} will be replaced with the PID of the current process.

\n-
\n-

Warning

\n-

This option is deprecated for removal.\n-Its value may be silently ignored \n-in the future.

\n-
\n-
Reason:
\n-

The \u2018backdoor_socket\u2019 option is deprecated and will be removed in a future release.

\n-
\n-
\n-
\n-
\n-\n-
\n-
\n-log_options\u00b6
\n-
\n-
Type:
\n-

boolean

\n-
\n-
Default:
\n-

True

\n-
\n-
\n-

Enables or disables logging values of all registered options when starting a service (at DEBUG level).

\n-
\n-\n-
\n-
\n-graceful_shutdown_timeout\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

60

\n-
\n-
\n-

Specify a timeout after which a gracefully shutdown server will exit. Zero value means endless wait.

\n-
\n-\n-
\n-
\n-api_paste_config\u00b6
\n-
\n-
Type:
\n-

string

\n-
\n-
Default:
\n-

api-paste.ini

\n-
\n-
\n-

File name for the paste.deploy config for api service

\n-
\n-

Warning

\n-

This option is deprecated for removal.\n-Its value may be silently ignored \n-in the future.

\n-
\n-
Reason:
\n-

The \u2018api_paste_config\u2019 option is deprecated and will be removed in a future release.

\n-
\n-
\n-
\n-
\n-\n-
\n-
\n-wsgi_log_format\u00b6
\n-
\n-
Type:
\n-

string

\n-
\n-
Default:
\n-

%(client_ip)s "%(request_line)s" status: %(status_code)s  len: %(body_length)s time: %(wall_seconds).7f

\n-
\n-
\n-

A python format string that is used as the template to generate log lines. The following values can beformatted into it: client_ip, date_time, request_line, status_code, body_length, wall_seconds.

\n-
\n-

Warning

\n-

This option is deprecated for removal.\n-Its value may be silently ignored \n-in the future.

\n-
\n-
Reason:
\n-

The \u2018wsgi_log_format\u2019 option is deprecated and will be removed in a future release.

\n-
\n-
\n-
\n-
\n-\n-
\n-
\n-tcp_keepidle\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

600

\n-
\n-
\n-

Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not supported on OS X.

\n-
\n-

Warning

\n-

This option is deprecated for removal.\n-Its value may be silently ignored \n-in the future.

\n-
\n-
Reason:
\n-

The \u2018tcp_keepidle\u2019 option is deprecated and will be removed in a future release.

\n-
\n-
\n-
\n-
\n-\n-
\n-
\n-wsgi_default_pool_size\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

100

\n-
\n-
\n-

Size of the pool of greenthreads used by wsgi

\n-
\n-

Warning

\n-

This option is deprecated for removal.\n-Its value may be silently ignored \n-in the future.

\n-
\n-
Reason:
\n-

The \u2018wsgi_default_pool_size\u2019 option is deprecated and will be removed in a future release.

\n-
\n-
\n-
\n-
\n-\n-
\n-
\n-max_header_line\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

16384

\n-
\n-
\n-

Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated when keystone is configured to use PKI tokens with big service catalogs).

\n-
\n-

Warning

\n-

This option is deprecated for removal.\n-Its value may be silently ignored \n-in the future.

\n-
\n-
Reason:
\n-

The \u2018max_header_line\u2019 option is deprecated and will be removed in a future release.

\n-
\n-
\n-
\n-
\n-\n-
\n-
\n-wsgi_keep_alive\u00b6
\n-
\n-
Type:
\n-

boolean

\n-
\n-
Default:
\n-

True

\n-
\n-
\n-

If False, closes the client socket connection explicitly.

\n-
\n-

Warning

\n-

This option is deprecated for removal.\n-Its value may be silently ignored \n-in the future.

\n-
\n-
Reason:
\n-

The \u2018wsgi_keep_alive\u2019 option is deprecated and will be removed in a future release.

\n-
\n-
\n-
\n-
\n-\n-
\n-
\n-client_socket_timeout\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

900

\n-
\n-
\n-

Timeout for client connections\u2019 socket operations. If an incoming connection is idle for this number of seconds it will be closed. A value of \u20180\u2019 means wait forever.

\n-
\n-

Warning

\n-

This option is deprecated for removal.\n-Its value may be silently ignored \n-in the future.

\n-
\n-
Reason:
\n-

The \u2018client_socket_timeout\u2019 option is deprecated and will be removed in a future release.

\n-
\n-
\n-
\n-
\n-\n-
\n-
\n-wsgi_server_debug\u00b6
\n-
\n-
Type:
\n-

boolean

\n-
\n-
Default:
\n-

False

\n-
\n-
\n-

True if the server should send exception tracebacks to the clients on 500 errors. If False, the server will respond with empty bodies.

\n-
\n-

Warning

\n-

This option is deprecated for removal.\n-Its value may be silently ignored \n-in the future.

\n-
\n-
Reason:
\n-

The \u2018wsgi_server_debug\u2019 option is deprecated and will be removed in a future release.

\n-
\n-
\n-
\n-
\n-\n-
\n-
\n-executor_thread_pool_size\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

64

\n-
\n-
\n-

Size of executor thread pool when executor is threading or eventlet.

\n-
Deprecated Variations\u00b6

Group

Name

DEFAULT

\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-\n-
Deprecated Variations\u00b6

Group

Name

DEFAULT

rpc_thread_pool_size

\n-
\n-\n-
\n-
\n-rpc_response_timeout\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

60

\n-
\n-
\n-

Seconds to wait for a response from a call.

\n-
\n-\n-
\n-
\n-transport_url\u00b6
\n-
\n-
Type:
\n-

string

\n-
\n-
Default:
\n-

rabbit://

\n-
\n-
\n-

The network address and optional user credentials for connecting to the messaging backend, in URL format. The expected format is:

\n-

driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/virtual_host?query

\n-

Example: rabbit://rabbitmq:password@127.0.0.1:5672//

\n-

For full details on the fields in the URL see the documentation of oslo_messaging.TransportURL at https://docs.openstack.org/oslo.messaging/latest/reference/transport.html

\n-
\n-\n-
\n-
\n-control_exchange\u00b6
\n-
\n-
Type:
\n-

string

\n-
\n-
Default:
\n-

openstack

\n-
\n-
\n-

The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.

\n-
\n-\n-
\n-
\n-rpc_ping_enabled\u00b6
\n-
\n-
Type:
\n-

boolean

\n-
\n-
Default:
\n-

False

\n-
\n-
\n-

Add an endpoint to answer to ping calls. Endpoint is named oslo_rpc_server_ping

\n-
\n-\n
\n

agent\u00b6

\n
\n
\n
\n root_helper\u00b6
\n
\n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -570,14 +570,216 @@\n list\n Default:\n [{'tftp': 'udp'}, {'ftp': 'tcp'}, {'sip': 'tcp'}, {'sip': 'udp'}]\n This option has a sample default set, which means that its actual default\n value may vary from the one documented above.\n Defines the allowed conntrack helpers, and conntrack helper module\n protocol constraints.\n+ executor_thread_pool_size_\b\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 64\n+ Size of executor thread pool when executor is threading or eventlet.\n+ D\bDe\bep\bpr\bre\bec\bca\bat\bte\bed\bd V\bVa\bar\bri\bia\bat\bti\bio\bon\bns\bs_\b?\b\u00b6\n+ G\bGr\bro\bou\bup\bp N\bNa\bam\bme\be\n+ DEFAULT rpc_thread_pool_size\n+ rpc_response_timeout_\b\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 60\n+ Seconds to wait for a response from a call.\n+ transport_url_\b\u00b6\n+ Type:\n+ string\n+ Default:\n+ rabbit://\n+ The network address and optional user credentials for connecting to the\n+ messaging backend, in URL format. The expected format is:\n+ driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/\n+ virtual_host?query\n+ Example: rabbit://rabbitmq:password@127.0.0.1:5672//\n+ For full details on the fields in the URL see the documentation of\n+ oslo_messaging.TransportURL at _\bh_\bt_\bt_\bp_\bs_\b:_\b/_\b/_\bd_\bo_\bc_\bs_\b._\bo_\bp_\be_\bn_\bs_\bt_\ba_\bc_\bk_\b._\bo_\br_\bg_\b/_\bo_\bs_\bl_\bo_\b._\bm_\be_\bs_\bs_\ba_\bg_\bi_\bn_\bg_\b/\n+ _\bl_\ba_\bt_\be_\bs_\bt_\b/_\br_\be_\bf_\be_\br_\be_\bn_\bc_\be_\b/_\bt_\br_\ba_\bn_\bs_\bp_\bo_\br_\bt_\b._\bh_\bt_\bm_\bl\n+ control_exchange_\b\u00b6\n+ Type:\n+ string\n+ Default:\n+ openstack\n+ The default exchange under which topics are scoped. May be overridden by\n+ an exchange name specified in the transport_url option.\n+ rpc_ping_enabled_\b\u00b6\n+ Type:\n+ boolean\n+ Default:\n+ False\n+ Add an endpoint to answer to ping calls. Endpoint is named\n+ oslo_rpc_server_ping\n+ run_external_periodic_tasks_\b\u00b6\n+ Type:\n+ boolean\n+ Default:\n+ True\n+ Some periodic tasks can be run in a separate process. Should we run them\n+ here?\n+ backdoor_port_\b\u00b6\n+ Type:\n+ string\n+ Default:\n+ \n+ Enable eventlet backdoor. Acceptable values are 0, , and :\n+ , where 0 results in listening on a random tcp port number; \n+ results in listening on the specified port number (and not enabling\n+ backdoor if that port is in use); and : results in listening\n+ on the smallest unused port number within the specified range of port\n+ numbers. The chosen port is displayed in the service\u2019s log file.\n+ Warning\n+ This option is deprecated for removal. Its value may be silently ignored\n+ in the future.\n+ Reason:\n+ The \u2018backdoor_port\u2019 option is deprecated and will be removed in a\n+ future release.\n+ backdoor_socket_\b\u00b6\n+ Type:\n+ string\n+ Default:\n+ \n+ Enable eventlet backdoor, using the provided path as a unix socket that\n+ can receive connections. This option is mutually exclusive with\n+ \u2018backdoor_port\u2019 in that only one should be provided. If both are provided\n+ then the existence of this option overrides the usage of that option.\n+ Inside the path {pid} will be replaced with the PID of the current\n+ process.\n+ Warning\n+ This option is deprecated for removal. Its value may be silently ignored\n+ in the future.\n+ Reason:\n+ The \u2018backdoor_socket\u2019 option is deprecated and will be removed in a\n+ future release.\n+ log_options_\b\u00b6\n+ Type:\n+ boolean\n+ Default:\n+ True\n+ Enables or disables logging values of all registered options when\n+ starting a service (at DEBUG level).\n+ graceful_shutdown_timeout_\b\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 60\n+ Specify a timeout after which a gracefully shutdown server will exit.\n+ Zero value means endless wait.\n+ api_paste_config_\b\u00b6\n+ Type:\n+ string\n+ Default:\n+ api-paste.ini\n+ File name for the paste.deploy config for api service\n+ Warning\n+ This option is deprecated for removal. Its value may be silently ignored\n+ in the future.\n+ Reason:\n+ The \u2018api_paste_config\u2019 option is deprecated and will be removed in\n+ a future release.\n+ wsgi_log_format_\b\u00b6\n+ Type:\n+ string\n+ Default:\n+ %(client_ip)s \"%(request_line)s\" status: %(status_code)s\u00a0 len: %\n+ (body_length)s time: %(wall_seconds).7f\n+ A python format string that is used as the template to generate log\n+ lines. The following values can beformatted into it: client_ip,\n+ date_time, request_line, status_code, body_length, wall_seconds.\n+ Warning\n+ This option is deprecated for removal. Its value may be silently ignored\n+ in the future.\n+ Reason:\n+ The \u2018wsgi_log_format\u2019 option is deprecated and will be removed in a\n+ future release.\n+ tcp_keepidle_\b\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 600\n+ Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not\n+ supported on OS X.\n+ Warning\n+ This option is deprecated for removal. Its value may be silently ignored\n+ in the future.\n+ Reason:\n+ The \u2018tcp_keepidle\u2019 option is deprecated and will be removed in a\n+ future release.\n+ wsgi_default_pool_size_\b\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 100\n+ Size of the pool of greenthreads used by wsgi\n+ Warning\n+ This option is deprecated for removal. Its value may be silently ignored\n+ in the future.\n+ Reason:\n+ The \u2018wsgi_default_pool_size\u2019 option is deprecated and will be\n+ removed in a future release.\n+ max_header_line_\b\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 16384\n+ Maximum line size of message headers to be accepted. max_header_line may\n+ need to be increased when using large tokens (typically those generated\n+ when keystone is configured to use PKI tokens with big service catalogs).\n+ Warning\n+ This option is deprecated for removal. Its value may be silently ignored\n+ in the future.\n+ Reason:\n+ The \u2018max_header_line\u2019 option is deprecated and will be removed in a\n+ future release.\n+ wsgi_keep_alive_\b\u00b6\n+ Type:\n+ boolean\n+ Default:\n+ True\n+ If False, closes the client socket connection explicitly.\n+ Warning\n+ This option is deprecated for removal. Its value may be silently ignored\n+ in the future.\n+ Reason:\n+ The \u2018wsgi_keep_alive\u2019 option is deprecated and will be removed in a\n+ future release.\n+ client_socket_timeout_\b\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 900\n+ Timeout for client connections\u2019 socket operations. If an incoming\n+ connection is idle for this number of seconds it will be closed. A value\n+ of \u20180\u2019 means wait forever.\n+ Warning\n+ This option is deprecated for removal. Its value may be silently ignored\n+ in the future.\n+ Reason:\n+ The \u2018client_socket_timeout\u2019 option is deprecated and will be\n+ removed in a future release.\n+ wsgi_server_debug_\b\u00b6\n+ Type:\n+ boolean\n+ Default:\n+ False\n+ True if the server should send exception tracebacks to the clients on 500\n+ errors. If False, the server will respond with empty bodies.\n+ Warning\n+ This option is deprecated for removal. Its value may be silently ignored\n+ in the future.\n+ Reason:\n+ The \u2018wsgi_server_debug\u2019 option is deprecated and will be removed in\n+ a future release.\n debug_\b\u00b6\n Type:\n boolean\n Default:\n False\n Mutable:\n This option can be changed without restarting.\n@@ -835,216 +1037,14 @@\n levels are filtered.\n fatal_deprecations_\b\u00b6\n Type:\n boolean\n Default:\n False\n Enables or disables fatal status of deprecations.\n- run_external_periodic_tasks_\b\u00b6\n- Type:\n- boolean\n- Default:\n- True\n- Some periodic tasks can be run in a separate process. Should we run them\n- here?\n- backdoor_port_\b\u00b6\n- Type:\n- string\n- Default:\n- \n- Enable eventlet backdoor. Acceptable values are 0, , and :\n- , where 0 results in listening on a random tcp port number; \n- results in listening on the specified port number (and not enabling\n- backdoor if that port is in use); and : results in listening\n- on the smallest unused port number within the specified range of port\n- numbers. The chosen port is displayed in the service\u2019s log file.\n- Warning\n- This option is deprecated for removal. Its value may be silently ignored\n- in the future.\n- Reason:\n- The \u2018backdoor_port\u2019 option is deprecated and will be removed in a\n- future release.\n- backdoor_socket_\b\u00b6\n- Type:\n- string\n- Default:\n- \n- Enable eventlet backdoor, using the provided path as a unix socket that\n- can receive connections. This option is mutually exclusive with\n- \u2018backdoor_port\u2019 in that only one should be provided. If both are provided\n- then the existence of this option overrides the usage of that option.\n- Inside the path {pid} will be replaced with the PID of the current\n- process.\n- Warning\n- This option is deprecated for removal. Its value may be silently ignored\n- in the future.\n- Reason:\n- The \u2018backdoor_socket\u2019 option is deprecated and will be removed in a\n- future release.\n- log_options_\b\u00b6\n- Type:\n- boolean\n- Default:\n- True\n- Enables or disables logging values of all registered options when\n- starting a service (at DEBUG level).\n- graceful_shutdown_timeout_\b\u00b6\n- Type:\n- integer\n- Default:\n- 60\n- Specify a timeout after which a gracefully shutdown server will exit.\n- Zero value means endless wait.\n- api_paste_config_\b\u00b6\n- Type:\n- string\n- Default:\n- api-paste.ini\n- File name for the paste.deploy config for api service\n- Warning\n- This option is deprecated for removal. Its value may be silently ignored\n- in the future.\n- Reason:\n- The \u2018api_paste_config\u2019 option is deprecated and will be removed in\n- a future release.\n- wsgi_log_format_\b\u00b6\n- Type:\n- string\n- Default:\n- %(client_ip)s \"%(request_line)s\" status: %(status_code)s\u00a0 len: %\n- (body_length)s time: %(wall_seconds).7f\n- A python format string that is used as the template to generate log\n- lines. The following values can beformatted into it: client_ip,\n- date_time, request_line, status_code, body_length, wall_seconds.\n- Warning\n- This option is deprecated for removal. Its value may be silently ignored\n- in the future.\n- Reason:\n- The \u2018wsgi_log_format\u2019 option is deprecated and will be removed in a\n- future release.\n- tcp_keepidle_\b\u00b6\n- Type:\n- integer\n- Default:\n- 600\n- Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not\n- supported on OS X.\n- Warning\n- This option is deprecated for removal. Its value may be silently ignored\n- in the future.\n- Reason:\n- The \u2018tcp_keepidle\u2019 option is deprecated and will be removed in a\n- future release.\n- wsgi_default_pool_size_\b\u00b6\n- Type:\n- integer\n- Default:\n- 100\n- Size of the pool of greenthreads used by wsgi\n- Warning\n- This option is deprecated for removal. Its value may be silently ignored\n- in the future.\n- Reason:\n- The \u2018wsgi_default_pool_size\u2019 option is deprecated and will be\n- removed in a future release.\n- max_header_line_\b\u00b6\n- Type:\n- integer\n- Default:\n- 16384\n- Maximum line size of message headers to be accepted. max_header_line may\n- need to be increased when using large tokens (typically those generated\n- when keystone is configured to use PKI tokens with big service catalogs).\n- Warning\n- This option is deprecated for removal. Its value may be silently ignored\n- in the future.\n- Reason:\n- The \u2018max_header_line\u2019 option is deprecated and will be removed in a\n- future release.\n- wsgi_keep_alive_\b\u00b6\n- Type:\n- boolean\n- Default:\n- True\n- If False, closes the client socket connection explicitly.\n- Warning\n- This option is deprecated for removal. Its value may be silently ignored\n- in the future.\n- Reason:\n- The \u2018wsgi_keep_alive\u2019 option is deprecated and will be removed in a\n- future release.\n- client_socket_timeout_\b\u00b6\n- Type:\n- integer\n- Default:\n- 900\n- Timeout for client connections\u2019 socket operations. If an incoming\n- connection is idle for this number of seconds it will be closed. A value\n- of \u20180\u2019 means wait forever.\n- Warning\n- This option is deprecated for removal. Its value may be silently ignored\n- in the future.\n- Reason:\n- The \u2018client_socket_timeout\u2019 option is deprecated and will be\n- removed in a future release.\n- wsgi_server_debug_\b\u00b6\n- Type:\n- boolean\n- Default:\n- False\n- True if the server should send exception tracebacks to the clients on 500\n- errors. If False, the server will respond with empty bodies.\n- Warning\n- This option is deprecated for removal. Its value may be silently ignored\n- in the future.\n- Reason:\n- The \u2018wsgi_server_debug\u2019 option is deprecated and will be removed in\n- a future release.\n- executor_thread_pool_size_\b\u00b6\n- Type:\n- integer\n- Default:\n- 64\n- Size of executor thread pool when executor is threading or eventlet.\n- D\bDe\bep\bpr\bre\bec\bca\bat\bte\bed\bd V\bVa\bar\bri\bia\bat\bti\bio\bon\bns\bs_\b?\b\u00b6\n- G\bGr\bro\bou\bup\bp N\bNa\bam\bme\be\n- DEFAULT rpc_thread_pool_size\n- rpc_response_timeout_\b\u00b6\n- Type:\n- integer\n- Default:\n- 60\n- Seconds to wait for a response from a call.\n- transport_url_\b\u00b6\n- Type:\n- string\n- Default:\n- rabbit://\n- The network address and optional user credentials for connecting to the\n- messaging backend, in URL format. The expected format is:\n- driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/\n- virtual_host?query\n- Example: rabbit://rabbitmq:password@127.0.0.1:5672//\n- For full details on the fields in the URL see the documentation of\n- oslo_messaging.TransportURL at _\bh_\bt_\bt_\bp_\bs_\b:_\b/_\b/_\bd_\bo_\bc_\bs_\b._\bo_\bp_\be_\bn_\bs_\bt_\ba_\bc_\bk_\b._\bo_\br_\bg_\b/_\bo_\bs_\bl_\bo_\b._\bm_\be_\bs_\bs_\ba_\bg_\bi_\bn_\bg_\b/\n- _\bl_\ba_\bt_\be_\bs_\bt_\b/_\br_\be_\bf_\be_\br_\be_\bn_\bc_\be_\b/_\bt_\br_\ba_\bn_\bs_\bp_\bo_\br_\bt_\b._\bh_\bt_\bm_\bl\n- control_exchange_\b\u00b6\n- Type:\n- string\n- Default:\n- openstack\n- The default exchange under which topics are scoped. May be overridden by\n- an exchange name specified in the transport_url option.\n- rpc_ping_enabled_\b\u00b6\n- Type:\n- boolean\n- Default:\n- False\n- Add an endpoint to answer to ping calls. Endpoint is named\n- oslo_rpc_server_ping\n *\b**\b**\b**\b**\b* a\bag\bge\ben\bnt\bt_\b?\b\u00b6 *\b**\b**\b**\b**\b*\n root_helper_\b\u00b6\n Type:\n string\n Default:\n sudo\n Root helper application. Use \u2018sudo neutron-rootwrap /etc/neutron/\n"}]}]}]}]}]}