--- /srv/reproducible-results/rbuild-debian/r-b-build.lByUW8b6/b1/neutron_26.0.0-4_amd64.changes
+++ /srv/reproducible-results/rbuild-debian/r-b-build.lByUW8b6/b2/neutron_26.0.0-4_amd64.changes
├── Files
│ @@ -1,12 +1,12 @@
│
│ 0a5e625ae3e38bc3f059b0908beae048 24404 net optional neutron-api_26.0.0-4_all.deb
│ bf887786f70b6ff2dd3efe7fdd6932a8 74688 net optional neutron-common_26.0.0-4_all.deb
│ 5a6436e1431d7426e2a1dbf944846d79 21432 net optional neutron-dhcp-agent_26.0.0-4_all.deb
│ - d33702a20e8b0575b1b1411954b398b6 8349176 doc optional neutron-doc_26.0.0-4_all.deb
│ + 76b5a99e8cc38cf94c56bfe3180e630b 8349284 doc optional neutron-doc_26.0.0-4_all.deb
│ 5d7ced81816c459a206701d1992d481c 11384 net optional neutron-l3-agent_26.0.0-4_all.deb
│ ab3b1b07e751c893e60bf848c3b48b3c 13796 net optional neutron-linuxbridge-agent_26.0.0-4_all.deb
│ 696e16b02e36811a302a6b597ffad282 13996 net optional neutron-macvtap-agent_26.0.0-4_all.deb
│ 9a25b27c29d536ba93551df428a2a4cf 29388 net optional neutron-metadata-agent_26.0.0-4_all.deb
│ 46f2f6e1c612a576fcacbfe79fd8be1c 14368 net optional neutron-metering-agent_26.0.0-4_all.deb
│ 5eafc7e7801a7fb2714df62b17572bbc 22228 net optional neutron-openvswitch-agent_26.0.0-4_all.deb
│ e89621a43df853cf6b024e5b3c3c68a2 17172 net optional neutron-ovn-agent_26.0.0-4_all.deb
├── neutron-doc_26.0.0-4_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2025-04-30 11:44:34.000000 debian-binary
│ │ --rw-r--r-- 0 0 0 16900 2025-04-30 11:44:34.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 8332084 2025-04-30 11:44:34.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 16896 2025-04-30 11:44:34.000000 control.tar.xz
│ │ +-rw-r--r-- 0 0 0 8332196 2025-04-30 11:44:34.000000 data.tar.xz
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── ./usr/share/doc/neutron-doc/html/configuration/neutron.html
│ │ │ │┄ Ordering differences only
│ │ │ │ @@ -1181,306 +1181,14 @@
│ │ │ │
This option has a sample default set, which means that
│ │ │ │ its actual default value may vary from the one documented
│ │ │ │ above.
│ │ │ │ Defines the allowed conntrack helpers, and conntrack helper module protocol constraints.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ --
│ │ │ │ -run_external_periodic_tasks
│ │ │ │ -
│ │ │ │ -- Type:
│ │ │ │ -boolean
│ │ │ │ -
│ │ │ │ -- Default:
│ │ │ │ -True
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -Some periodic tasks can be run in a separate process. Should we run them here?
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ --
│ │ │ │ -backdoor_port
│ │ │ │ -
│ │ │ │ -- Type:
│ │ │ │ -string
│ │ │ │ -
│ │ │ │ -- Default:
│ │ │ │ -<None>
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -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’s log file.
│ │ │ │ -
│ │ │ │ -
Warning
│ │ │ │ -
This option is deprecated for removal.
│ │ │ │ -Its value may be silently ignored
│ │ │ │ -in the future.
│ │ │ │ -
│ │ │ │ -- Reason:
│ │ │ │ -The ‘backdoor_port’ option is deprecated and will be removed in a future release.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ --
│ │ │ │ -backdoor_socket
│ │ │ │ -
│ │ │ │ -- Type:
│ │ │ │ -string
│ │ │ │ -
│ │ │ │ -- Default:
│ │ │ │ -<None>
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -Enable eventlet backdoor, using the provided path as a unix socket that can receive connections. This option is mutually exclusive with ‘backdoor_port’ 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.
│ │ │ │ -
│ │ │ │ -
Warning
│ │ │ │ -
This option is deprecated for removal.
│ │ │ │ -Its value may be silently ignored
│ │ │ │ -in the future.
│ │ │ │ -
│ │ │ │ -- Reason:
│ │ │ │ -The ‘backdoor_socket’ option is deprecated and will be removed in a future release.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ --
│ │ │ │ -log_options
│ │ │ │ -
│ │ │ │ -- Type:
│ │ │ │ -boolean
│ │ │ │ -
│ │ │ │ -- Default:
│ │ │ │ -True
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -Enables or disables logging values of all registered options when starting a service (at DEBUG level).
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ --
│ │ │ │ -graceful_shutdown_timeout
│ │ │ │ -
│ │ │ │ -- Type:
│ │ │ │ -integer
│ │ │ │ -
│ │ │ │ -- Default:
│ │ │ │ -60
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -Specify a timeout after which a gracefully shutdown server will exit. Zero value means endless wait.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ --
│ │ │ │ -api_paste_config
│ │ │ │ -
│ │ │ │ -- Type:
│ │ │ │ -string
│ │ │ │ -
│ │ │ │ -- Default:
│ │ │ │ -api-paste.ini
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -File name for the paste.deploy config for api service
│ │ │ │ -
│ │ │ │ -
Warning
│ │ │ │ -
This option is deprecated for removal.
│ │ │ │ -Its value may be silently ignored
│ │ │ │ -in the future.
│ │ │ │ -
│ │ │ │ -- Reason:
│ │ │ │ -The ‘api_paste_config’ option is deprecated and will be removed in a future release.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ --
│ │ │ │ -wsgi_log_format
│ │ │ │ -
│ │ │ │ -- Type:
│ │ │ │ -string
│ │ │ │ -
│ │ │ │ -- Default:
│ │ │ │ -%(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -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.
│ │ │ │ -
│ │ │ │ -
Warning
│ │ │ │ -
This option is deprecated for removal.
│ │ │ │ -Its value may be silently ignored
│ │ │ │ -in the future.
│ │ │ │ -
│ │ │ │ -- Reason:
│ │ │ │ -The ‘wsgi_log_format’ option is deprecated and will be removed in a future release.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ --
│ │ │ │ -tcp_keepidle
│ │ │ │ -
│ │ │ │ -- Type:
│ │ │ │ -integer
│ │ │ │ -
│ │ │ │ -- Default:
│ │ │ │ -600
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not supported on OS X.
│ │ │ │ -
│ │ │ │ -
Warning
│ │ │ │ -
This option is deprecated for removal.
│ │ │ │ -Its value may be silently ignored
│ │ │ │ -in the future.
│ │ │ │ -
│ │ │ │ -- Reason:
│ │ │ │ -The ‘tcp_keepidle’ option is deprecated and will be removed in a future release.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ --
│ │ │ │ -wsgi_default_pool_size
│ │ │ │ -
│ │ │ │ -- Type:
│ │ │ │ -integer
│ │ │ │ -
│ │ │ │ -- Default:
│ │ │ │ -100
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -Size of the pool of greenthreads used by wsgi
│ │ │ │ -
│ │ │ │ -
Warning
│ │ │ │ -
This option is deprecated for removal.
│ │ │ │ -Its value may be silently ignored
│ │ │ │ -in the future.
│ │ │ │ -
│ │ │ │ -- Reason:
│ │ │ │ -The ‘wsgi_default_pool_size’ option is deprecated and will be removed in a future release.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -- Type:
│ │ │ │ -integer
│ │ │ │ -
│ │ │ │ -- Default:
│ │ │ │ -16384
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -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).
│ │ │ │ -
│ │ │ │ -
Warning
│ │ │ │ -
This option is deprecated for removal.
│ │ │ │ -Its value may be silently ignored
│ │ │ │ -in the future.
│ │ │ │ -
│ │ │ │ -- Reason:
│ │ │ │ -The ‘max_header_line’ option is deprecated and will be removed in a future release.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ --
│ │ │ │ -wsgi_keep_alive
│ │ │ │ -
│ │ │ │ -- Type:
│ │ │ │ -boolean
│ │ │ │ -
│ │ │ │ -- Default:
│ │ │ │ -True
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -If False, closes the client socket connection explicitly.
│ │ │ │ -
│ │ │ │ -
Warning
│ │ │ │ -
This option is deprecated for removal.
│ │ │ │ -Its value may be silently ignored
│ │ │ │ -in the future.
│ │ │ │ -
│ │ │ │ -- Reason:
│ │ │ │ -The ‘wsgi_keep_alive’ option is deprecated and will be removed in a future release.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ --
│ │ │ │ -client_socket_timeout
│ │ │ │ -
│ │ │ │ -- Type:
│ │ │ │ -integer
│ │ │ │ -
│ │ │ │ -- Default:
│ │ │ │ -900
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -Timeout for client connections’ socket operations. If an incoming connection is idle for this number of seconds it will be closed. A value of ‘0’ means wait forever.
│ │ │ │ -
│ │ │ │ -
Warning
│ │ │ │ -
This option is deprecated for removal.
│ │ │ │ -Its value may be silently ignored
│ │ │ │ -in the future.
│ │ │ │ -
│ │ │ │ -- Reason:
│ │ │ │ -The ‘client_socket_timeout’ option is deprecated and will be removed in a future release.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ --
│ │ │ │ -wsgi_server_debug
│ │ │ │ -
│ │ │ │ -- Type:
│ │ │ │ -boolean
│ │ │ │ -
│ │ │ │ -- Default:
│ │ │ │ -False
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -True if the server should send exception tracebacks to the clients on 500 errors. If False, the server will respond with empty bodies.
│ │ │ │ -
│ │ │ │ -
Warning
│ │ │ │ -
This option is deprecated for removal.
│ │ │ │ -Its value may be silently ignored
│ │ │ │ -in the future.
│ │ │ │ -
│ │ │ │ -- Reason:
│ │ │ │ -The ‘wsgi_server_debug’ option is deprecated and will be removed in a future release.
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ -
│ │ │ │ executor_thread_pool_size
│ │ │ │
│ │ │ │ - Type:
│ │ │ │ integer
│ │ │ │
│ │ │ │ - Default:
│ │ │ │ @@ -2055,14 +1763,306 @@
│ │ │ │ - Default:
│ │ │ │ False
│ │ │ │
│ │ │ │
│ │ │ │ Enables or disables fatal status of deprecations.
│ │ │ │
│ │ │ │
│ │ │ │ +
│ │ │ │ +-
│ │ │ │ +run_external_periodic_tasks
│ │ │ │ +
│ │ │ │ +- Type:
│ │ │ │ +boolean
│ │ │ │ +
│ │ │ │ +- Default:
│ │ │ │ +True
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +Some periodic tasks can be run in a separate process. Should we run them here?
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +-
│ │ │ │ +backdoor_port
│ │ │ │ +
│ │ │ │ +- Type:
│ │ │ │ +string
│ │ │ │ +
│ │ │ │ +- Default:
│ │ │ │ +<None>
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +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’s log file.
│ │ │ │ +
│ │ │ │ +
Warning
│ │ │ │ +
This option is deprecated for removal.
│ │ │ │ +Its value may be silently ignored
│ │ │ │ +in the future.
│ │ │ │ +
│ │ │ │ +- Reason:
│ │ │ │ +The ‘backdoor_port’ option is deprecated and will be removed in a future release.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +-
│ │ │ │ +backdoor_socket
│ │ │ │ +
│ │ │ │ +- Type:
│ │ │ │ +string
│ │ │ │ +
│ │ │ │ +- Default:
│ │ │ │ +<None>
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +Enable eventlet backdoor, using the provided path as a unix socket that can receive connections. This option is mutually exclusive with ‘backdoor_port’ 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.
│ │ │ │ +
│ │ │ │ +
Warning
│ │ │ │ +
This option is deprecated for removal.
│ │ │ │ +Its value may be silently ignored
│ │ │ │ +in the future.
│ │ │ │ +
│ │ │ │ +- Reason:
│ │ │ │ +The ‘backdoor_socket’ option is deprecated and will be removed in a future release.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +-
│ │ │ │ +log_options
│ │ │ │ +
│ │ │ │ +- Type:
│ │ │ │ +boolean
│ │ │ │ +
│ │ │ │ +- Default:
│ │ │ │ +True
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +Enables or disables logging values of all registered options when starting a service (at DEBUG level).
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +-
│ │ │ │ +graceful_shutdown_timeout
│ │ │ │ +
│ │ │ │ +- Type:
│ │ │ │ +integer
│ │ │ │ +
│ │ │ │ +- Default:
│ │ │ │ +60
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +Specify a timeout after which a gracefully shutdown server will exit. Zero value means endless wait.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +-
│ │ │ │ +api_paste_config
│ │ │ │ +
│ │ │ │ +- Type:
│ │ │ │ +string
│ │ │ │ +
│ │ │ │ +- Default:
│ │ │ │ +api-paste.ini
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +File name for the paste.deploy config for api service
│ │ │ │ +
│ │ │ │ +
Warning
│ │ │ │ +
This option is deprecated for removal.
│ │ │ │ +Its value may be silently ignored
│ │ │ │ +in the future.
│ │ │ │ +
│ │ │ │ +- Reason:
│ │ │ │ +The ‘api_paste_config’ option is deprecated and will be removed in a future release.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +-
│ │ │ │ +wsgi_log_format
│ │ │ │ +
│ │ │ │ +- Type:
│ │ │ │ +string
│ │ │ │ +
│ │ │ │ +- Default:
│ │ │ │ +%(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +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.
│ │ │ │ +
│ │ │ │ +
Warning
│ │ │ │ +
This option is deprecated for removal.
│ │ │ │ +Its value may be silently ignored
│ │ │ │ +in the future.
│ │ │ │ +
│ │ │ │ +- Reason:
│ │ │ │ +The ‘wsgi_log_format’ option is deprecated and will be removed in a future release.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +-
│ │ │ │ +tcp_keepidle
│ │ │ │ +
│ │ │ │ +- Type:
│ │ │ │ +integer
│ │ │ │ +
│ │ │ │ +- Default:
│ │ │ │ +600
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not supported on OS X.
│ │ │ │ +
│ │ │ │ +
Warning
│ │ │ │ +
This option is deprecated for removal.
│ │ │ │ +Its value may be silently ignored
│ │ │ │ +in the future.
│ │ │ │ +
│ │ │ │ +- Reason:
│ │ │ │ +The ‘tcp_keepidle’ option is deprecated and will be removed in a future release.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +-
│ │ │ │ +wsgi_default_pool_size
│ │ │ │ +
│ │ │ │ +- Type:
│ │ │ │ +integer
│ │ │ │ +
│ │ │ │ +- Default:
│ │ │ │ +100
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +Size of the pool of greenthreads used by wsgi
│ │ │ │ +
│ │ │ │ +
Warning
│ │ │ │ +
This option is deprecated for removal.
│ │ │ │ +Its value may be silently ignored
│ │ │ │ +in the future.
│ │ │ │ +
│ │ │ │ +- Reason:
│ │ │ │ +The ‘wsgi_default_pool_size’ option is deprecated and will be removed in a future release.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +- Type:
│ │ │ │ +integer
│ │ │ │ +
│ │ │ │ +- Default:
│ │ │ │ +16384
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +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).
│ │ │ │ +
│ │ │ │ +
Warning
│ │ │ │ +
This option is deprecated for removal.
│ │ │ │ +Its value may be silently ignored
│ │ │ │ +in the future.
│ │ │ │ +
│ │ │ │ +- Reason:
│ │ │ │ +The ‘max_header_line’ option is deprecated and will be removed in a future release.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +-
│ │ │ │ +wsgi_keep_alive
│ │ │ │ +
│ │ │ │ +- Type:
│ │ │ │ +boolean
│ │ │ │ +
│ │ │ │ +- Default:
│ │ │ │ +True
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +If False, closes the client socket connection explicitly.
│ │ │ │ +
│ │ │ │ +
Warning
│ │ │ │ +
This option is deprecated for removal.
│ │ │ │ +Its value may be silently ignored
│ │ │ │ +in the future.
│ │ │ │ +
│ │ │ │ +- Reason:
│ │ │ │ +The ‘wsgi_keep_alive’ option is deprecated and will be removed in a future release.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +-
│ │ │ │ +client_socket_timeout
│ │ │ │ +
│ │ │ │ +- Type:
│ │ │ │ +integer
│ │ │ │ +
│ │ │ │ +- Default:
│ │ │ │ +900
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +Timeout for client connections’ socket operations. If an incoming connection is idle for this number of seconds it will be closed. A value of ‘0’ means wait forever.
│ │ │ │ +
│ │ │ │ +
Warning
│ │ │ │ +
This option is deprecated for removal.
│ │ │ │ +Its value may be silently ignored
│ │ │ │ +in the future.
│ │ │ │ +
│ │ │ │ +- Reason:
│ │ │ │ +The ‘client_socket_timeout’ option is deprecated and will be removed in a future release.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +-
│ │ │ │ +wsgi_server_debug
│ │ │ │ +
│ │ │ │ +- Type:
│ │ │ │ +boolean
│ │ │ │ +
│ │ │ │ +- Default:
│ │ │ │ +False
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +True if the server should send exception tracebacks to the clients on 500 errors. If False, the server will respond with empty bodies.
│ │ │ │ +
│ │ │ │ +
Warning
│ │ │ │ +
This option is deprecated for removal.
│ │ │ │ +Its value may be silently ignored
│ │ │ │ +in the future.
│ │ │ │ +
│ │ │ │ +- Reason:
│ │ │ │ +The ‘wsgi_server_debug’ option is deprecated and will be removed in a future release.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ root_helper
│ │ │ │
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -570,174 +570,14 @@
│ │ │ │ │ list
│ │ │ │ │ Default:
│ │ │ │ │ [{'tftp': 'udp'}, {'ftp': 'tcp'}, {'sip': 'tcp'}, {'sip': 'udp'}]
│ │ │ │ │ This option has a sample default set, which means that its actual default
│ │ │ │ │ value may vary from the one documented above.
│ │ │ │ │ Defines the allowed conntrack helpers, and conntrack helper module
│ │ │ │ │ protocol constraints.
│ │ │ │ │ - run_external_periodic_tasks_¶
│ │ │ │ │ - Type:
│ │ │ │ │ - boolean
│ │ │ │ │ - Default:
│ │ │ │ │ - True
│ │ │ │ │ - Some periodic tasks can be run in a separate process. Should we run them
│ │ │ │ │ - here?
│ │ │ │ │ - backdoor_port_¶
│ │ │ │ │ - Type:
│ │ │ │ │ - string
│ │ │ │ │ - Default:
│ │ │ │ │ -
│ │ │ │ │ - Enable eventlet backdoor. Acceptable values are 0, , and :
│ │ │ │ │ - , where 0 results in listening on a random tcp port number;
│ │ │ │ │ - results in listening on the specified port number (and not enabling
│ │ │ │ │ - backdoor if that port is in use); and : results in listening
│ │ │ │ │ - on the smallest unused port number within the specified range of port
│ │ │ │ │ - numbers. The chosen port is displayed in the service’s log file.
│ │ │ │ │ - Warning
│ │ │ │ │ - This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ - in the future.
│ │ │ │ │ - Reason:
│ │ │ │ │ - The ‘backdoor_port’ option is deprecated and will be removed in a
│ │ │ │ │ - future release.
│ │ │ │ │ - backdoor_socket_¶
│ │ │ │ │ - Type:
│ │ │ │ │ - string
│ │ │ │ │ - Default:
│ │ │ │ │ -
│ │ │ │ │ - Enable eventlet backdoor, using the provided path as a unix socket that
│ │ │ │ │ - can receive connections. This option is mutually exclusive with
│ │ │ │ │ - ‘backdoor_port’ 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.
│ │ │ │ │ - Warning
│ │ │ │ │ - This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ - in the future.
│ │ │ │ │ - Reason:
│ │ │ │ │ - The ‘backdoor_socket’ option is deprecated and will be removed in a
│ │ │ │ │ - future release.
│ │ │ │ │ - log_options_¶
│ │ │ │ │ - Type:
│ │ │ │ │ - boolean
│ │ │ │ │ - Default:
│ │ │ │ │ - True
│ │ │ │ │ - Enables or disables logging values of all registered options when
│ │ │ │ │ - starting a service (at DEBUG level).
│ │ │ │ │ - graceful_shutdown_timeout_¶
│ │ │ │ │ - Type:
│ │ │ │ │ - integer
│ │ │ │ │ - Default:
│ │ │ │ │ - 60
│ │ │ │ │ - Specify a timeout after which a gracefully shutdown server will exit.
│ │ │ │ │ - Zero value means endless wait.
│ │ │ │ │ - api_paste_config_¶
│ │ │ │ │ - Type:
│ │ │ │ │ - string
│ │ │ │ │ - Default:
│ │ │ │ │ - api-paste.ini
│ │ │ │ │ - File name for the paste.deploy config for api service
│ │ │ │ │ - Warning
│ │ │ │ │ - This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ - in the future.
│ │ │ │ │ - Reason:
│ │ │ │ │ - The ‘api_paste_config’ option is deprecated and will be removed in
│ │ │ │ │ - a future release.
│ │ │ │ │ - wsgi_log_format_¶
│ │ │ │ │ - Type:
│ │ │ │ │ - string
│ │ │ │ │ - Default:
│ │ │ │ │ - %(client_ip)s "%(request_line)s" status: %(status_code)s len: %
│ │ │ │ │ - (body_length)s time: %(wall_seconds).7f
│ │ │ │ │ - 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.
│ │ │ │ │ - Warning
│ │ │ │ │ - This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ - in the future.
│ │ │ │ │ - Reason:
│ │ │ │ │ - The ‘wsgi_log_format’ option is deprecated and will be removed in a
│ │ │ │ │ - future release.
│ │ │ │ │ - tcp_keepidle_¶
│ │ │ │ │ - Type:
│ │ │ │ │ - integer
│ │ │ │ │ - Default:
│ │ │ │ │ - 600
│ │ │ │ │ - Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not
│ │ │ │ │ - supported on OS X.
│ │ │ │ │ - Warning
│ │ │ │ │ - This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ - in the future.
│ │ │ │ │ - Reason:
│ │ │ │ │ - The ‘tcp_keepidle’ option is deprecated and will be removed in a
│ │ │ │ │ - future release.
│ │ │ │ │ - wsgi_default_pool_size_¶
│ │ │ │ │ - Type:
│ │ │ │ │ - integer
│ │ │ │ │ - Default:
│ │ │ │ │ - 100
│ │ │ │ │ - Size of the pool of greenthreads used by wsgi
│ │ │ │ │ - Warning
│ │ │ │ │ - This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ - in the future.
│ │ │ │ │ - Reason:
│ │ │ │ │ - The ‘wsgi_default_pool_size’ option is deprecated and will be
│ │ │ │ │ - removed in a future release.
│ │ │ │ │ - max_header_line_¶
│ │ │ │ │ - Type:
│ │ │ │ │ - integer
│ │ │ │ │ - Default:
│ │ │ │ │ - 16384
│ │ │ │ │ - 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).
│ │ │ │ │ - Warning
│ │ │ │ │ - This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ - in the future.
│ │ │ │ │ - Reason:
│ │ │ │ │ - The ‘max_header_line’ option is deprecated and will be removed in a
│ │ │ │ │ - future release.
│ │ │ │ │ - wsgi_keep_alive_¶
│ │ │ │ │ - Type:
│ │ │ │ │ - boolean
│ │ │ │ │ - Default:
│ │ │ │ │ - True
│ │ │ │ │ - If False, closes the client socket connection explicitly.
│ │ │ │ │ - Warning
│ │ │ │ │ - This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ - in the future.
│ │ │ │ │ - Reason:
│ │ │ │ │ - The ‘wsgi_keep_alive’ option is deprecated and will be removed in a
│ │ │ │ │ - future release.
│ │ │ │ │ - client_socket_timeout_¶
│ │ │ │ │ - Type:
│ │ │ │ │ - integer
│ │ │ │ │ - Default:
│ │ │ │ │ - 900
│ │ │ │ │ - Timeout for client connections’ socket operations. If an incoming
│ │ │ │ │ - connection is idle for this number of seconds it will be closed. A value
│ │ │ │ │ - of ‘0’ means wait forever.
│ │ │ │ │ - Warning
│ │ │ │ │ - This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ - in the future.
│ │ │ │ │ - Reason:
│ │ │ │ │ - The ‘client_socket_timeout’ option is deprecated and will be
│ │ │ │ │ - removed in a future release.
│ │ │ │ │ - wsgi_server_debug_¶
│ │ │ │ │ - Type:
│ │ │ │ │ - boolean
│ │ │ │ │ - Default:
│ │ │ │ │ - False
│ │ │ │ │ - True if the server should send exception tracebacks to the clients on 500
│ │ │ │ │ - errors. If False, the server will respond with empty bodies.
│ │ │ │ │ - Warning
│ │ │ │ │ - This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ - in the future.
│ │ │ │ │ - Reason:
│ │ │ │ │ - The ‘wsgi_server_debug’ option is deprecated and will be removed in
│ │ │ │ │ - a future release.
│ │ │ │ │ executor_thread_pool_size_¶
│ │ │ │ │ Type:
│ │ │ │ │ integer
│ │ │ │ │ Default:
│ │ │ │ │ 64
│ │ │ │ │ Size of executor thread pool when executor is threading or eventlet.
│ │ │ │ │ DDeepprreeccaatteedd VVaarriiaattiioonnss_?¶
│ │ │ │ │ @@ -1037,14 +877,174 @@
│ │ │ │ │ levels are filtered.
│ │ │ │ │ fatal_deprecations_¶
│ │ │ │ │ Type:
│ │ │ │ │ boolean
│ │ │ │ │ Default:
│ │ │ │ │ False
│ │ │ │ │ Enables or disables fatal status of deprecations.
│ │ │ │ │ + run_external_periodic_tasks_¶
│ │ │ │ │ + Type:
│ │ │ │ │ + boolean
│ │ │ │ │ + Default:
│ │ │ │ │ + True
│ │ │ │ │ + Some periodic tasks can be run in a separate process. Should we run them
│ │ │ │ │ + here?
│ │ │ │ │ + backdoor_port_¶
│ │ │ │ │ + Type:
│ │ │ │ │ + string
│ │ │ │ │ + Default:
│ │ │ │ │ +
│ │ │ │ │ + Enable eventlet backdoor. Acceptable values are 0, , and :
│ │ │ │ │ + , where 0 results in listening on a random tcp port number;
│ │ │ │ │ + results in listening on the specified port number (and not enabling
│ │ │ │ │ + backdoor if that port is in use); and : results in listening
│ │ │ │ │ + on the smallest unused port number within the specified range of port
│ │ │ │ │ + numbers. The chosen port is displayed in the service’s log file.
│ │ │ │ │ + Warning
│ │ │ │ │ + This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ + in the future.
│ │ │ │ │ + Reason:
│ │ │ │ │ + The ‘backdoor_port’ option is deprecated and will be removed in a
│ │ │ │ │ + future release.
│ │ │ │ │ + backdoor_socket_¶
│ │ │ │ │ + Type:
│ │ │ │ │ + string
│ │ │ │ │ + Default:
│ │ │ │ │ +
│ │ │ │ │ + Enable eventlet backdoor, using the provided path as a unix socket that
│ │ │ │ │ + can receive connections. This option is mutually exclusive with
│ │ │ │ │ + ‘backdoor_port’ 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.
│ │ │ │ │ + Warning
│ │ │ │ │ + This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ + in the future.
│ │ │ │ │ + Reason:
│ │ │ │ │ + The ‘backdoor_socket’ option is deprecated and will be removed in a
│ │ │ │ │ + future release.
│ │ │ │ │ + log_options_¶
│ │ │ │ │ + Type:
│ │ │ │ │ + boolean
│ │ │ │ │ + Default:
│ │ │ │ │ + True
│ │ │ │ │ + Enables or disables logging values of all registered options when
│ │ │ │ │ + starting a service (at DEBUG level).
│ │ │ │ │ + graceful_shutdown_timeout_¶
│ │ │ │ │ + Type:
│ │ │ │ │ + integer
│ │ │ │ │ + Default:
│ │ │ │ │ + 60
│ │ │ │ │ + Specify a timeout after which a gracefully shutdown server will exit.
│ │ │ │ │ + Zero value means endless wait.
│ │ │ │ │ + api_paste_config_¶
│ │ │ │ │ + Type:
│ │ │ │ │ + string
│ │ │ │ │ + Default:
│ │ │ │ │ + api-paste.ini
│ │ │ │ │ + File name for the paste.deploy config for api service
│ │ │ │ │ + Warning
│ │ │ │ │ + This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ + in the future.
│ │ │ │ │ + Reason:
│ │ │ │ │ + The ‘api_paste_config’ option is deprecated and will be removed in
│ │ │ │ │ + a future release.
│ │ │ │ │ + wsgi_log_format_¶
│ │ │ │ │ + Type:
│ │ │ │ │ + string
│ │ │ │ │ + Default:
│ │ │ │ │ + %(client_ip)s "%(request_line)s" status: %(status_code)s len: %
│ │ │ │ │ + (body_length)s time: %(wall_seconds).7f
│ │ │ │ │ + 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.
│ │ │ │ │ + Warning
│ │ │ │ │ + This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ + in the future.
│ │ │ │ │ + Reason:
│ │ │ │ │ + The ‘wsgi_log_format’ option is deprecated and will be removed in a
│ │ │ │ │ + future release.
│ │ │ │ │ + tcp_keepidle_¶
│ │ │ │ │ + Type:
│ │ │ │ │ + integer
│ │ │ │ │ + Default:
│ │ │ │ │ + 600
│ │ │ │ │ + Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not
│ │ │ │ │ + supported on OS X.
│ │ │ │ │ + Warning
│ │ │ │ │ + This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ + in the future.
│ │ │ │ │ + Reason:
│ │ │ │ │ + The ‘tcp_keepidle’ option is deprecated and will be removed in a
│ │ │ │ │ + future release.
│ │ │ │ │ + wsgi_default_pool_size_¶
│ │ │ │ │ + Type:
│ │ │ │ │ + integer
│ │ │ │ │ + Default:
│ │ │ │ │ + 100
│ │ │ │ │ + Size of the pool of greenthreads used by wsgi
│ │ │ │ │ + Warning
│ │ │ │ │ + This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ + in the future.
│ │ │ │ │ + Reason:
│ │ │ │ │ + The ‘wsgi_default_pool_size’ option is deprecated and will be
│ │ │ │ │ + removed in a future release.
│ │ │ │ │ + max_header_line_¶
│ │ │ │ │ + Type:
│ │ │ │ │ + integer
│ │ │ │ │ + Default:
│ │ │ │ │ + 16384
│ │ │ │ │ + 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).
│ │ │ │ │ + Warning
│ │ │ │ │ + This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ + in the future.
│ │ │ │ │ + Reason:
│ │ │ │ │ + The ‘max_header_line’ option is deprecated and will be removed in a
│ │ │ │ │ + future release.
│ │ │ │ │ + wsgi_keep_alive_¶
│ │ │ │ │ + Type:
│ │ │ │ │ + boolean
│ │ │ │ │ + Default:
│ │ │ │ │ + True
│ │ │ │ │ + If False, closes the client socket connection explicitly.
│ │ │ │ │ + Warning
│ │ │ │ │ + This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ + in the future.
│ │ │ │ │ + Reason:
│ │ │ │ │ + The ‘wsgi_keep_alive’ option is deprecated and will be removed in a
│ │ │ │ │ + future release.
│ │ │ │ │ + client_socket_timeout_¶
│ │ │ │ │ + Type:
│ │ │ │ │ + integer
│ │ │ │ │ + Default:
│ │ │ │ │ + 900
│ │ │ │ │ + Timeout for client connections’ socket operations. If an incoming
│ │ │ │ │ + connection is idle for this number of seconds it will be closed. A value
│ │ │ │ │ + of ‘0’ means wait forever.
│ │ │ │ │ + Warning
│ │ │ │ │ + This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ + in the future.
│ │ │ │ │ + Reason:
│ │ │ │ │ + The ‘client_socket_timeout’ option is deprecated and will be
│ │ │ │ │ + removed in a future release.
│ │ │ │ │ + wsgi_server_debug_¶
│ │ │ │ │ + Type:
│ │ │ │ │ + boolean
│ │ │ │ │ + Default:
│ │ │ │ │ + False
│ │ │ │ │ + True if the server should send exception tracebacks to the clients on 500
│ │ │ │ │ + errors. If False, the server will respond with empty bodies.
│ │ │ │ │ + Warning
│ │ │ │ │ + This option is deprecated for removal. Its value may be silently ignored
│ │ │ │ │ + in the future.
│ │ │ │ │ + Reason:
│ │ │ │ │ + The ‘wsgi_server_debug’ option is deprecated and will be removed in
│ │ │ │ │ + a future release.
│ │ │ │ │ ********** aaggeenntt_?¶ **********
│ │ │ │ │ root_helper_¶
│ │ │ │ │ Type:
│ │ │ │ │ string
│ │ │ │ │ Default:
│ │ │ │ │ sudo
│ │ │ │ │ Root helper application. Use ‘sudo neutron-rootwrap /etc/neutron/