--- /srv/reproducible-results/rbuild-debian/r-b-build.tNknBAwP/b1/designate_18.0.0-2_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.tNknBAwP/b2/designate_18.0.0-2_amd64.changes ├── Files │ @@ -1,13 +1,13 @@ │ │ fca7d19ea36ad99080ade044ca418dcc 8744 net optional designate-agent_18.0.0-2_all.deb │ 0916bccd80de7db33e56ba1f6df0a578 26308 net optional designate-api_18.0.0-2_all.deb │ 878a808ff73c0fa79961b674e42966a4 8840 net optional designate-central_18.0.0-2_all.deb │ 64af9651f184229de1802e5ad7d08a86 49712 net optional designate-common_18.0.0-2_all.deb │ - a5b4f08cc664569d40856dd9648315d5 1430408 doc optional designate-doc_18.0.0-2_all.deb │ + bb7cb0d079220b948ed15eb7b774bc47 1430464 doc optional designate-doc_18.0.0-2_all.deb │ 56daf9836f62b3f15b7d957ad8a508eb 8920 net optional designate-mdns_18.0.0-2_all.deb │ ea33ce37911bb33e2a75a6bc27944b12 8752 net optional designate-pool-manager_18.0.0-2_all.deb │ 6d57038020d5ca098f17c729adebd4df 9136 net optional designate-producer_18.0.0-2_all.deb │ 709f2cea87742c3069a9b02a3a202757 8924 net optional designate-sink_18.0.0-2_all.deb │ b2e9a1ec2b333482c73ac14f11c0651d 8964 net optional designate-worker_18.0.0-2_all.deb │ eb84b5667ba7380e847d79caf9914ba2 8752 net optional designate-zone-manager_18.0.0-2_all.deb │ 81c979665e5104058c10425f1c016493 5300 net optional designate_18.0.0-2_all.deb ├── designate-doc_18.0.0-2_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-05-09 11:58:59.000000 debian-binary │ │ --rw-r--r-- 0 0 0 7188 2024-05-09 11:58:59.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 1423028 2024-05-09 11:58:59.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 7192 2024-05-09 11:58:59.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 1423080 2024-05-09 11:58:59.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/designate-doc/html/admin/config.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -456,14 +456,196 @@ │ │ │ │

1000

│ │ │ │
│ │ │ │ │ │ │ │

Number of recordsets allowed in a zone export

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ +
│ │ │ │ +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.

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +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.

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +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

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +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.

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +tcp_keepidle
│ │ │ │ +
│ │ │ │ +
Type:
│ │ │ │ +

integer

│ │ │ │ +
│ │ │ │ +
Default:
│ │ │ │ +

600

│ │ │ │ +
│ │ │ │ +
│ │ │ │ +

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

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +wsgi_default_pool_size
│ │ │ │ +
│ │ │ │ +
Type:
│ │ │ │ +

integer

│ │ │ │ +
│ │ │ │ +
Default:
│ │ │ │ +

100

│ │ │ │ +
│ │ │ │ +
│ │ │ │ +

Size of the pool of greenthreads used by wsgi

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +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).

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +wsgi_keep_alive
│ │ │ │ +
│ │ │ │ +
Type:
│ │ │ │ +

boolean

│ │ │ │ +
│ │ │ │ +
Default:
│ │ │ │ +

True

│ │ │ │ +
│ │ │ │ +
│ │ │ │ +

If False, closes the client socket connection explicitly.

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +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.

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +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.

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │
│ │ │ │ rpc_conn_pool_size
│ │ │ │
│ │ │ │
Type:
│ │ │ │

integer

│ │ │ │
│ │ │ │
Default:
│ │ │ │ @@ -1093,196 +1275,14 @@ │ │ │ │
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.

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -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.

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -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

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -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.

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -tcp_keepidle
│ │ │ │ -
│ │ │ │ -
Type:
│ │ │ │ -

integer

│ │ │ │ -
│ │ │ │ -
Default:
│ │ │ │ -

600

│ │ │ │ -
│ │ │ │ -
│ │ │ │ -

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

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -wsgi_default_pool_size
│ │ │ │ -
│ │ │ │ -
Type:
│ │ │ │ -

integer

│ │ │ │ -
│ │ │ │ -
Default:
│ │ │ │ -

100

│ │ │ │ -
│ │ │ │ -
│ │ │ │ -

Size of the pool of greenthreads used by wsgi

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -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).

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -wsgi_keep_alive
│ │ │ │ -
│ │ │ │ -
Type:
│ │ │ │ -

boolean

│ │ │ │ -
│ │ │ │ -
Default:
│ │ │ │ -

True

│ │ │ │ -
│ │ │ │ -
│ │ │ │ -

If False, closes the client socket connection explicitly.

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -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.

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -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.

│ │ │ │ -
│ │ │ │ - │ │ │ │
│ │ │ │

backend:dynect

│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ job_timeout
│ │ │ │
│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -151,14 +151,114 @@ │ │ │ │ │ Number of records allowed per recordset │ │ │ │ │ quota_api_export_size_¶ │ │ │ │ │ Type: │ │ │ │ │ integer │ │ │ │ │ Default: │ │ │ │ │ 1000 │ │ │ │ │ Number of recordsets allowed in a zone export │ │ │ │ │ + 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. │ │ │ │ │ + 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. │ │ │ │ │ + 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 │ │ │ │ │ + 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. │ │ │ │ │ + tcp_keepidle_¶ │ │ │ │ │ + Type: │ │ │ │ │ + integer │ │ │ │ │ + Default: │ │ │ │ │ + 600 │ │ │ │ │ + Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not │ │ │ │ │ + supported on OS X. │ │ │ │ │ + wsgi_default_pool_size_¶ │ │ │ │ │ + Type: │ │ │ │ │ + integer │ │ │ │ │ + Default: │ │ │ │ │ + 100 │ │ │ │ │ + Size of the pool of greenthreads used by wsgi │ │ │ │ │ + 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). │ │ │ │ │ + wsgi_keep_alive_¶ │ │ │ │ │ + Type: │ │ │ │ │ + boolean │ │ │ │ │ + Default: │ │ │ │ │ + True │ │ │ │ │ + If False, closes the client socket connection explicitly. │ │ │ │ │ + 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. │ │ │ │ │ + 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. │ │ │ │ │ rpc_conn_pool_size_¶ │ │ │ │ │ Type: │ │ │ │ │ integer │ │ │ │ │ Default: │ │ │ │ │ 30 │ │ │ │ │ Minimum Value: │ │ │ │ │ 1 │ │ │ │ │ @@ -478,114 +578,14 @@ │ │ │ │ │ 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. │ │ │ │ │ - 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. │ │ │ │ │ - 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 │ │ │ │ │ - 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. │ │ │ │ │ - tcp_keepidle_¶ │ │ │ │ │ - Type: │ │ │ │ │ - integer │ │ │ │ │ - Default: │ │ │ │ │ - 600 │ │ │ │ │ - Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not │ │ │ │ │ - supported on OS X. │ │ │ │ │ - wsgi_default_pool_size_¶ │ │ │ │ │ - Type: │ │ │ │ │ - integer │ │ │ │ │ - Default: │ │ │ │ │ - 100 │ │ │ │ │ - Size of the pool of greenthreads used by wsgi │ │ │ │ │ - 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). │ │ │ │ │ - wsgi_keep_alive_¶ │ │ │ │ │ - Type: │ │ │ │ │ - boolean │ │ │ │ │ - Default: │ │ │ │ │ - True │ │ │ │ │ - If False, closes the client socket connection explicitly. │ │ │ │ │ - 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. │ │ │ │ │ - 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. │ │ │ │ │ ********** bbaacckkeenndd::ddyynneecctt_?¶ ********** │ │ │ │ │ job_timeout_¶ │ │ │ │ │ Type: │ │ │ │ │ integer │ │ │ │ │ Default: │ │ │ │ │ 30 │ │ │ │ │ Timeout in seconds for pulling a job in DynECT. │ │ │ ├── ./usr/share/doc/designate-doc/html/searchindex.js │ │ │ │ ├── js-beautify {} │ │ │ │ │ @@ -507,41 +507,125 @@ │ │ │ │ │ "recordset": [7, 11, 12, 17, 19, 26, 32, 33, 35, 37, 40, 41, 46, 50, 51, 60, 62, 64, 66, 67, 69], │ │ │ │ │ "quota_zone_record": [7, 16, 17], │ │ │ │ │ "quota_recordset_record": [7, 16, 17], │ │ │ │ │ "20": [7, 16, 17, 21, 33, 35, 64, 66], │ │ │ │ │ "quota_api_export_s": [7, 16, 17], │ │ │ │ │ "1000": [7, 16, 17, 26, 35], │ │ │ │ │ "export": [7, 12, 17, 19, 25, 28, 33, 40, 46, 63], │ │ │ │ │ + "run_external_periodic_task": [7, 17], │ │ │ │ │ + "period": [7, 8, 15, 17, 32, 35, 51, 60, 67], │ │ │ │ │ + "task": [7, 8, 12, 17, 19, 22, 26, 32, 36, 40, 51, 62, 70], │ │ │ │ │ + "separ": [7, 10, 14, 17, 25, 59], │ │ │ │ │ + "process": [7, 15, 17, 22, 26, 32, 33, 35, 45, 47, 51, 58, 59, 64, 70], │ │ │ │ │ + "them": [7, 8, 12, 17, 32, 37, 38, 40, 42, 45, 51, 54, 55, 56, 59, 62], │ │ │ │ │ + "backdoor_port": [7, 17, 35], │ │ │ │ │ + "eventlet": [7, 17, 35], │ │ │ │ │ + "backdoor": [7, 17], │ │ │ │ │ + "start": [7, 11, 12, 17, 23, 25, 26, 32, 34, 38, 40, 42, 45, 46, 54, 55, 56, 59, 67], │ │ │ │ │ + "end": [7, 10, 15, 17, 20, 21, 32, 51, 59, 60, 64, 67], │ │ │ │ │ + "result": [7, 8, 15, 16, 17, 35, 46, 59, 62, 65, 66], │ │ │ │ │ + "listen": [7, 14, 17, 20, 26, 32, 35, 37, 47, 54, 55, 56], │ │ │ │ │ + "random": [7, 10, 17], │ │ │ │ │ + "tcp": [7, 17, 22], │ │ │ │ │ + "smallest": [7, 17], │ │ │ │ │ + "unus": [7, 17, 40], │ │ │ │ │ + "rang": [7, 17, 67], │ │ │ │ │ + "displai": [7, 17, 64], │ │ │ │ │ + "log": [7, 17, 22, 28, 33, 35, 47, 67], │ │ │ │ │ + "backdoor_socket": [7, 17], │ │ │ │ │ + "unix": [7, 17], │ │ │ │ │ + "mutual": [7, 17], │ │ │ │ │ + "exclus": [7, 17], │ │ │ │ │ + "both": [7, 10, 11, 15, 17, 26, 51, 59, 62, 67, 68, 70], │ │ │ │ │ + "usag": [7, 10, 17, 22, 65], │ │ │ │ │ + "insid": [7, 17, 33], │ │ │ │ │ + "pid": [7, 17, 35], │ │ │ │ │ + "replac": [7, 14, 17, 26, 34, 43, 54, 55, 56, 67], │ │ │ │ │ + "current": [7, 12, 14, 16, 17, 19, 20, 21, 25, 28, 32, 34, 35, 67], │ │ │ │ │ + "log_opt": [7, 17], │ │ │ │ │ + "disabl": [7, 17, 28, 33, 47], │ │ │ │ │ + "regist": [7, 12, 13, 17, 67], │ │ │ │ │ + "debug": [7, 17, 28, 34, 35], │ │ │ │ │ + "graceful_shutdown_timeout": [7, 17], │ │ │ │ │ + "60": [7, 14, 17, 25, 67, 70], │ │ │ │ │ + "timeout": [7, 17, 35, 37, 39], │ │ │ │ │ + "gracefulli": [7, 17], │ │ │ │ │ + "shutdown": [7, 17], │ │ │ │ │ + "exit": [7, 17, 28, 35, 47], │ │ │ │ │ + "zero": [7, 17], │ │ │ │ │ + "endless": [7, 17], │ │ │ │ │ + "wait": [7, 17, 35, 38, 40, 42, 45], │ │ │ │ │ + "api_paste_config": [7, 17], │ │ │ │ │ + "past": [7, 17, 38], │ │ │ │ │ + "ini": [7, 17], │ │ │ │ │ + "deploi": [7, 14, 17, 25, 26, 27, 33], │ │ │ │ │ + "wsgi_log_format": [7, 17], │ │ │ │ │ + "client_ip": [7, 17], │ │ │ │ │ + "request_lin": [7, 17], │ │ │ │ │ + "status_cod": [7, 17], │ │ │ │ │ + "len": [7, 17, 35], │ │ │ │ │ + "body_length": [7, 17], │ │ │ │ │ + "time": [7, 11, 13, 17, 20, 22, 32, 33, 35, 39, 50, 64, 65, 66, 67], │ │ │ │ │ + "wall_second": [7, 17], │ │ │ │ │ + "7f": [7, 17], │ │ │ │ │ + "format": [7, 12, 17, 19, 25, 28, 32, 34, 35, 62], │ │ │ │ │ + "templat": [7, 17], │ │ │ │ │ + "beformat": [7, 17], │ │ │ │ │ + "date_tim": [7, 17], │ │ │ │ │ + "wsgi_default_pool_s": [7, 17], │ │ │ │ │ + "100": [7, 17, 26, 33, 34, 35, 62, 64, 68], │ │ │ │ │ + "size": [7, 17, 33, 46, 64, 66], │ │ │ │ │ + "greenthread": [7, 17, 35], │ │ │ │ │ + "wsgi": [7, 17, 35], │ │ │ │ │ + "max_header_lin": [7, 17], │ │ │ │ │ + "16384": [7, 17], │ │ │ │ │ + "maximum": [7, 17, 22, 65], │ │ │ │ │ + "messag": [7, 11, 17, 22, 25, 28, 33, 34, 35, 36, 54, 55, 56, 59, 62], │ │ │ │ │ + "header": [7, 8, 17, 22, 33, 64, 66], │ │ │ │ │ + "increas": [7, 17], │ │ │ │ │ + "larg": [7, 17, 32], │ │ │ │ │ + "token": [7, 16, 17, 32, 37, 40], │ │ │ │ │ + "typic": [7, 14, 15, 17, 32, 47, 64, 65, 67, 68], │ │ │ │ │ + "those": [7, 12, 17, 59, 64, 65, 66, 68], │ │ │ │ │ + "pki": [7, 17], │ │ │ │ │ + "big": [7, 17, 20], │ │ │ │ │ + "catalog": [7, 16, 17, 25, 37, 43], │ │ │ │ │ + "wsgi_keep_al": [7, 17], │ │ │ │ │ + "close": [7, 17], │ │ │ │ │ + "client": [7, 16, 17, 30, 33, 37, 39, 40, 47, 51, 59, 65], │ │ │ │ │ + "explicitli": [7, 17, 43], │ │ │ │ │ + "client_socket_timeout": [7, 17], │ │ │ │ │ + "900": [7, 17], │ │ │ │ │ + "incom": [7, 16, 17, 35, 37, 45], │ │ │ │ │ + "idl": [7, 17], │ │ │ │ │ + "forev": [7, 17], │ │ │ │ │ + "wsgi_server_debug": [7, 17], │ │ │ │ │ + "traceback": [7, 17, 35], │ │ │ │ │ + "respond": [7, 17], │ │ │ │ │ + "empti": [7, 17, 65], │ │ │ │ │ + "bodi": [7, 10, 17], │ │ │ │ │ "rpc_conn_pool_s": [7, 17, 35], │ │ │ │ │ "30": [7, 16, 17, 26, 33, 35, 37, 62, 64, 65, 66], │ │ │ │ │ - "size": [7, 17, 33, 46, 64, 66], │ │ │ │ │ "conn_pool_min_s": [7, 17], │ │ │ │ │ "limit": [7, 17, 34, 35, 40, 46, 70], │ │ │ │ │ "conn_pool_ttl": [7, 17], │ │ │ │ │ "1200": [7, 17], │ │ │ │ │ - "time": [7, 11, 13, 17, 20, 22, 32, 33, 35, 39, 50, 64, 65, 66, 67], │ │ │ │ │ "live": [7, 17, 32, 48, 68], │ │ │ │ │ "sec": [7, 17], │ │ │ │ │ - "idl": [7, 17], │ │ │ │ │ "executor_thread_pool_s": [7, 17], │ │ │ │ │ "64": [7, 17, 33, 35, 58], │ │ │ │ │ "executor": [7, 17], │ │ │ │ │ "thread": [7, 17, 26, 35, 38, 40, 42, 45], │ │ │ │ │ - "eventlet": [7, 17, 35], │ │ │ │ │ "rpc_thread_pool_s": [7, 17, 35], │ │ │ │ │ "rpc_response_timeout": [7, 17], │ │ │ │ │ - "60": [7, 14, 17, 25, 67, 70], │ │ │ │ │ - "wait": [7, 17, 35, 38, 40, 42, 45], │ │ │ │ │ "respons": [7, 14, 15, 16, 17, 20, 32, 38, 39, 51, 59, 64, 66], │ │ │ │ │ "transport_url": [7, 17, 35, 54, 55, 56], │ │ │ │ │ "rabbit": [7, 17, 33, 35, 54, 55, 56], │ │ │ │ │ "credenti": [7, 16, 17, 33, 37, 49, 50, 54, 55, 56, 58, 64, 69], │ │ │ │ │ - "messag": [7, 11, 17, 22, 25, 28, 33, 34, 35, 36, 54, 55, 56, 59, 62], │ │ │ │ │ "url": [7, 8, 12, 17, 33, 34, 39], │ │ │ │ │ - "format": [7, 12, 17, 19, 25, 28, 32, 34, 35, 62], │ │ │ │ │ "expect": [7, 17, 29, 47, 64], │ │ │ │ │ "pass": [7, 13, 17, 29, 32, 37], │ │ │ │ │ "usern": [7, 17], │ │ │ │ │ "passn": [7, 17], │ │ │ │ │ "hostn": [7, 17], │ │ │ │ │ "portn": [7, 17], │ │ │ │ │ "virtual_host": [7, 17], │ │ │ │ │ @@ -559,19 +643,17 @@ │ │ │ │ │ "exchang": [7, 17, 43], │ │ │ │ │ "topic": [7, 17, 33, 35, 40], │ │ │ │ │ "rpc_ping_en": [7, 17], │ │ │ │ │ "endpoint": [7, 12, 16, 17, 35, 37, 49, 54, 55, 56], │ │ │ │ │ "answer": [7, 17, 32, 33, 64, 66], │ │ │ │ │ "ping": [7, 17], │ │ │ │ │ "oslo_rpc_server_p": [7, 17], │ │ │ │ │ - "debug": [7, 17, 28, 34, 35], │ │ │ │ │ "mutabl": 7, │ │ │ │ │ "without": [7, 13, 15, 17, 29, 31, 34, 62, 64, 66, 69, 70], │ │ │ │ │ "restart": [7, 17, 22, 26, 27, 47, 56], │ │ │ │ │ - "log": [7, 17, 22, 28, 33, 35, 47, 67], │ │ │ │ │ "instead": [7, 17, 28, 62, 64, 66], │ │ │ │ │ "info": [7, 11, 17, 20, 28, 34, 35, 45], │ │ │ │ │ "log_config_append": [7, 17, 28], │ │ │ │ │ "append": [7, 17, 28, 35, 43], │ │ │ │ │ "ignor": [7, 15, 17, 28], │ │ │ │ │ "date": [7, 17, 28, 34, 35, 47, 64], │ │ │ │ │ "log_config": [7, 17, 28], │ │ │ │ │ @@ -633,30 +715,27 @@ │ │ │ │ │ "dai": [7, 17, 26], │ │ │ │ │ "valid": [7, 10, 12, 16, 17, 32, 43, 47, 65, 67], │ │ │ │ │ "minut": [7, 17], │ │ │ │ │ "hour": [7, 17], │ │ │ │ │ "weekdai": [7, 17], │ │ │ │ │ "midnight": [7, 17], │ │ │ │ │ "last": [7, 13, 17, 22], │ │ │ │ │ - "start": [7, 11, 12, 17, 23, 25, 26, 32, 34, 38, 40, 42, 45, 46, 54, 55, 56, 59, 67], │ │ │ │ │ "schedul": [7, 9, 14, 17, 26, 27, 40], │ │ │ │ │ "next": [7, 10, 17, 35, 38, 46, 52, 64], │ │ │ │ │ "max_logfile_count": [7, 17], │ │ │ │ │ - "maximum": [7, 17, 22, 65], │ │ │ │ │ "max_logfile_size_mb": [7, 17], │ │ │ │ │ "200": [7, 16, 17, 65, 67], │ │ │ │ │ "mb": [7, 17], │ │ │ │ │ "possibl": [7, 17, 32, 34, 68], │ │ │ │ │ "predefin": [7, 17], │ │ │ │ │ "onc": [7, 8, 14, 17, 22, 64, 68, 70], │ │ │ │ │ "reach": [7, 17, 20, 22], │ │ │ │ │ "logging_context_format_str": [7, 17, 28, 35], │ │ │ │ │ "msec": [7, 17, 33, 35, 64, 66], │ │ │ │ │ "03d": [7, 17, 35], │ │ │ │ │ - "process": [7, 15, 17, 22, 26, 32, 33, 35, 45, 47, 51, 58, 59, 64, 70], │ │ │ │ │ "levelnam": [7, 17, 35], │ │ │ │ │ "global_request_id": [7, 17], │ │ │ │ │ "request_id": [7, 17, 35], │ │ │ │ │ "user_ident": [7, 17], │ │ │ │ │ "context": [7, 11, 13, 17, 37, 39, 40, 43, 44, 45, 46], │ │ │ │ │ "oslo_log": [7, 17], │ │ │ │ │ "formatt": [7, 17], │ │ │ │ │ @@ -691,112 +770,33 @@ │ │ │ │ │ "middlewar": [7, 17, 41], │ │ │ │ │ "stevedor": [7, 17, 35], │ │ │ │ │ "taskflow": [7, 17], │ │ │ │ │ "keystoneauth": [7, 16, 17], │ │ │ │ │ "cach": [7, 17, 33, 35, 47, 59], │ │ │ │ │ "dogpil": [7, 17], │ │ │ │ │ "kazoo": [7, 8, 17, 33], │ │ │ │ │ - "client": [7, 16, 17, 30, 33, 37, 39, 40, 47, 51, 59, 65], │ │ │ │ │ "oslo_servic": [7, 17], │ │ │ │ │ "loopingcal": [7, 17], │ │ │ │ │ "logger": [7, 17], │ │ │ │ │ "pair": [7, 14, 17, 24, 25, 26, 43], │ │ │ │ │ "publish_error": [7, 17, 35], │ │ │ │ │ - "disabl": [7, 17, 28, 33, 47], │ │ │ │ │ "public": [7, 13, 15, 16, 17, 49, 54, 55, 56, 59], │ │ │ │ │ "instance_format": [7, 17, 35], │ │ │ │ │ "uuid": [7, 17, 32, 35, 43], │ │ │ │ │ "instance_uuid_format": [7, 17, 35], │ │ │ │ │ "rate_limit_interv": [7, 17], │ │ │ │ │ "rate": [7, 17], │ │ │ │ │ "rate_limit_burst": [7, 17], │ │ │ │ │ "rate_limit_except_level": [7, 17], │ │ │ │ │ "critic": [7, 17, 34], │ │ │ │ │ - "empti": [7, 17, 65], │ │ │ │ │ "greater": [7, 17], │ │ │ │ │ "equal": [7, 17, 32], │ │ │ │ │ "filter": [7, 10, 14, 17, 22, 26, 46], │ │ │ │ │ "fatal_deprec": [7, 17, 35], │ │ │ │ │ "fatal": [7, 17], │ │ │ │ │ - "run_external_periodic_task": [7, 17], │ │ │ │ │ - "period": [7, 8, 15, 17, 32, 35, 51, 60, 67], │ │ │ │ │ - "task": [7, 8, 12, 17, 19, 22, 26, 32, 36, 40, 51, 62, 70], │ │ │ │ │ - "separ": [7, 10, 14, 17, 25, 59], │ │ │ │ │ - "them": [7, 8, 12, 17, 32, 37, 38, 40, 42, 45, 51, 54, 55, 56, 59, 62], │ │ │ │ │ - "backdoor_port": [7, 17, 35], │ │ │ │ │ - "backdoor": [7, 17], │ │ │ │ │ - "end": [7, 10, 15, 17, 20, 21, 32, 51, 59, 60, 64, 67], │ │ │ │ │ - "result": [7, 8, 15, 16, 17, 35, 46, 59, 62, 65, 66], │ │ │ │ │ - "listen": [7, 14, 17, 20, 26, 32, 35, 37, 47, 54, 55, 56], │ │ │ │ │ - "random": [7, 10, 17], │ │ │ │ │ - "tcp": [7, 17, 22], │ │ │ │ │ - "smallest": [7, 17], │ │ │ │ │ - "unus": [7, 17, 40], │ │ │ │ │ - "rang": [7, 17, 67], │ │ │ │ │ - "displai": [7, 17, 64], │ │ │ │ │ - "backdoor_socket": [7, 17], │ │ │ │ │ - "unix": [7, 17], │ │ │ │ │ - "mutual": [7, 17], │ │ │ │ │ - "exclus": [7, 17], │ │ │ │ │ - "both": [7, 10, 11, 15, 17, 26, 51, 59, 62, 67, 68, 70], │ │ │ │ │ - "usag": [7, 10, 17, 22, 65], │ │ │ │ │ - "insid": [7, 17, 33], │ │ │ │ │ - "pid": [7, 17, 35], │ │ │ │ │ - "replac": [7, 14, 17, 26, 34, 43, 54, 55, 56, 67], │ │ │ │ │ - "current": [7, 12, 14, 16, 17, 19, 20, 21, 25, 28, 32, 34, 35, 67], │ │ │ │ │ - "log_opt": [7, 17], │ │ │ │ │ - "regist": [7, 12, 13, 17, 67], │ │ │ │ │ - "graceful_shutdown_timeout": [7, 17], │ │ │ │ │ - "timeout": [7, 17, 35, 37, 39], │ │ │ │ │ - "gracefulli": [7, 17], │ │ │ │ │ - "shutdown": [7, 17], │ │ │ │ │ - "exit": [7, 17, 28, 35, 47], │ │ │ │ │ - "zero": [7, 17], │ │ │ │ │ - "endless": [7, 17], │ │ │ │ │ - "api_paste_config": [7, 17], │ │ │ │ │ - "past": [7, 17, 38], │ │ │ │ │ - "ini": [7, 17], │ │ │ │ │ - "deploi": [7, 14, 17, 25, 26, 27, 33], │ │ │ │ │ - "wsgi_log_format": [7, 17], │ │ │ │ │ - "client_ip": [7, 17], │ │ │ │ │ - "request_lin": [7, 17], │ │ │ │ │ - "status_cod": [7, 17], │ │ │ │ │ - "len": [7, 17, 35], │ │ │ │ │ - "body_length": [7, 17], │ │ │ │ │ - "wall_second": [7, 17], │ │ │ │ │ - "7f": [7, 17], │ │ │ │ │ - "templat": [7, 17], │ │ │ │ │ - "beformat": [7, 17], │ │ │ │ │ - "date_tim": [7, 17], │ │ │ │ │ - "wsgi_default_pool_s": [7, 17], │ │ │ │ │ - "100": [7, 17, 26, 33, 34, 35, 62, 64, 68], │ │ │ │ │ - "greenthread": [7, 17, 35], │ │ │ │ │ - "wsgi": [7, 17, 35], │ │ │ │ │ - "max_header_lin": [7, 17], │ │ │ │ │ - "16384": [7, 17], │ │ │ │ │ - "header": [7, 8, 17, 22, 33, 64, 66], │ │ │ │ │ - "increas": [7, 17], │ │ │ │ │ - "larg": [7, 17, 32], │ │ │ │ │ - "token": [7, 16, 17, 32, 37, 40], │ │ │ │ │ - "typic": [7, 14, 15, 17, 32, 47, 64, 65, 67, 68], │ │ │ │ │ - "those": [7, 12, 17, 59, 64, 65, 66, 68], │ │ │ │ │ - "pki": [7, 17], │ │ │ │ │ - "big": [7, 17, 20], │ │ │ │ │ - "catalog": [7, 16, 17, 25, 37, 43], │ │ │ │ │ - "wsgi_keep_al": [7, 17], │ │ │ │ │ - "close": [7, 17], │ │ │ │ │ - "explicitli": [7, 17, 43], │ │ │ │ │ - "client_socket_timeout": [7, 17], │ │ │ │ │ - "900": [7, 17], │ │ │ │ │ - "incom": [7, 16, 17, 35, 37, 45], │ │ │ │ │ - "forev": [7, 17], │ │ │ │ │ - "wsgi_server_debug": [7, 17], │ │ │ │ │ - "traceback": [7, 17, 35], │ │ │ │ │ - "respond": [7, 17], │ │ │ │ │ - "bodi": [7, 10, 17], │ │ │ │ │ "job_timeout": [7, 17], │ │ │ │ │ "pull": [7, 14, 17, 28, 51], │ │ │ │ │ "job": [7, 17, 32, 39], │ │ │ │ │ "measur": [7, 17], │ │ │ │ │ "wapi_url": [7, 17], │ │ │ │ │ "been": [7, 15, 17, 19, 20, 21, 26, 35, 43, 62, 64], │ │ │ │ │ "migrat": [7, 12, 17, 24, 25],