{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.i3AsrIb7/b1/nova_26.2.2-1~deb12u3_armhf.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.i3AsrIb7/b2/nova_26.2.2-1~deb12u3_armhf.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -4,10 +4,10 @@\n 645d74d56d40fb3d5f314381f4afcd3a 8988 net optional nova-compute-ironic_26.2.2-1~deb12u3_all.deb\n 4b066bc2f1eb8dc145d7087652699a30 9208 net optional nova-compute-kvm_26.2.2-1~deb12u3_all.deb\n ec431364af0da4ce0a6a0a29275bc9cb 9048 net optional nova-compute-lxc_26.2.2-1~deb12u3_all.deb\n de1803cf56728592a0031669b50a96cb 9088 net optional nova-compute-qemu_26.2.2-1~deb12u3_all.deb\n abbfc352b82d52c68a99f66bc0bb3c47 15296 net optional nova-compute_26.2.2-1~deb12u3_all.deb\n d62d247d8e1a941ba0e4a768e0caf719 14620 net optional nova-conductor_26.2.2-1~deb12u3_all.deb\n c8cf4f91652818e9a06208ecfca1deed 19892 net optional nova-consoleproxy_26.2.2-1~deb12u3_all.deb\n- 52ea0dd2a4fc03f92ebc986c8fb53bff 2881044 doc optional nova-doc_26.2.2-1~deb12u3_all.deb\n+ ecd6fa0bb76f8dde6ab55a73eb23e31b 2881116 doc optional nova-doc_26.2.2-1~deb12u3_all.deb\n 8992c2bd78e55c6c5aa80bb9bbbf3dd9 14640 net optional nova-scheduler_26.2.2-1~deb12u3_all.deb\n 989259a5bcbf52421a9e35878a4f3314 3013352 python optional python3-nova_26.2.2-1~deb12u3_all.deb\n"}, {"source1": "nova-doc_26.2.2-1~deb12u3_all.deb", "source2": "nova-doc_26.2.2-1~deb12u3_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2024-07-10 21:49:31.000000 debian-binary\n -rw-r--r-- 0 0 0 12644 2024-07-10 21:49:31.000000 control.tar.xz\n--rw-r--r-- 0 0 0 2868208 2024-07-10 21:49:31.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 2868280 2024-07-10 21:49:31.000000 data.tar.xz\n"}, {"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/nova-doc/html/configuration/config.html", "source2": "./usr/share/doc/nova-doc/html/configuration/config.html", "comments": ["Ordering differences only"], "unified_diff": "@@ -2790,14 +2790,158 @@\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+rpc_conn_pool_size\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

30

\n+
\n+
Minimum Value:
\n+

1

\n+
\n+
\n+

Size of RPC connection pool.

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

Group

Name

DEFAULT

rpc_conn_pool_size

\n+
\n+\n+
\n+
\n+conn_pool_min_size\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

2

\n+
\n+
\n+

The pool size limit for connections expiration policy

\n+
\n+\n+
\n+
\n+conn_pool_ttl\u00b6
\n+
\n+
Type:
\n+

integer

\n+
\n+
Default:
\n+

1200

\n+
\n+
\n+

The time-to-live in sec of idle connections in the pool

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

nova

\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 debug\u00b6
\n
\n
Type:
\n

boolean

\n
\n
Default:
\n@@ -2821,16 +2965,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@@ -2865,16 +3009,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@@ -2892,16 +3036,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@@ -3272,158 +3416,14 @@\n
Default:
\n

False

\n
\n \n

Enables or disables fatal status of deprecations.

\n \n \n-
\n-
\n-rpc_conn_pool_size\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

30

\n-
\n-
Minimum Value:
\n-

1

\n-
\n-
\n-

Size of RPC connection pool.

\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_conn_pool_size

\n-
\n-\n-
\n-
\n-conn_pool_min_size\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

2

\n-
\n-
\n-

The pool size limit for connections expiration policy

\n-
\n-\n-
\n-
\n-conn_pool_ttl\u00b6
\n-
\n-
Type:
\n-

integer

\n-
\n-
Default:
\n-

1200

\n-
\n-
\n-

The time-to-live in sec of idle connections in the pool

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

nova

\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

api\u00b6

\n

Options under this group are used to define Nova API.

\n
\n
\n
\n auth_strategy\u00b6
\n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -1583,14 +1583,79 @@\n graceful_shutdown_timeout\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+ rpc_conn_pool_size\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 30\n+ Minimum Value:\n+ 1\n+ Size of RPC connection pool.\n+ Deprecated Variations\u00b6\n+ Group Name\n+ DEFAULT rpc_conn_pool_size\n+ conn_pool_min_size\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 2\n+ The pool size limit for connections expiration policy\n+ conn_pool_ttl\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 1200\n+ The time-to-live in sec of idle connections in the pool\n+ executor_thread_pool_size\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 64\n+ Size of executor thread pool when executor is threading or eventlet.\n+ Deprecated Variations\u00b6\n+ Group Name\n+ DEFAULT rpc_thread_pool_size\n+ rpc_response_timeout\u00b6\n+ Type:\n+ integer\n+ Default:\n+ 60\n+ Seconds to wait for a response from a call.\n+ transport_url\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 https://docs.openstack.org/oslo.messaging/\n+ latest/reference/transport.html\n+ control_exchange\u00b6\n+ Type:\n+ string\n+ Default:\n+ nova\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\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 debug\u00b6\n Type:\n boolean\n Default:\n False\n Mutable:\n This option can be changed without restarting.\n@@ -1840,79 +1905,14 @@\n levels are filtered.\n fatal_deprecations\u00b6\n Type:\n boolean\n Default:\n False\n Enables or disables fatal status of deprecations.\n- rpc_conn_pool_size\u00b6\n- Type:\n- integer\n- Default:\n- 30\n- Minimum Value:\n- 1\n- Size of RPC connection pool.\n- Deprecated Variations\u00b6\n- Group Name\n- DEFAULT rpc_conn_pool_size\n- conn_pool_min_size\u00b6\n- Type:\n- integer\n- Default:\n- 2\n- The pool size limit for connections expiration policy\n- conn_pool_ttl\u00b6\n- Type:\n- integer\n- Default:\n- 1200\n- The time-to-live in sec of idle connections in the pool\n- executor_thread_pool_size\u00b6\n- Type:\n- integer\n- Default:\n- 64\n- Size of executor thread pool when executor is threading or eventlet.\n- Deprecated Variations\u00b6\n- Group Name\n- DEFAULT rpc_thread_pool_size\n- rpc_response_timeout\u00b6\n- Type:\n- integer\n- Default:\n- 60\n- Seconds to wait for a response from a call.\n- transport_url\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 https://docs.openstack.org/oslo.messaging/\n- latest/reference/transport.html\n- control_exchange\u00b6\n- Type:\n- string\n- Default:\n- nova\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\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 ***** api\u00b6 *****\n Options under this group are used to define Nova API.\n auth_strategy\u00b6\n Type:\n string\n Default:\n keystone\n"}]}, {"source1": "./usr/share/doc/nova-doc/html/searchindex.js", "source2": "./usr/share/doc/nova-doc/html/searchindex.js", "unified_diff": null, "details": [{"source1": "js-beautify {}", "source2": "js-beautify {}", "unified_diff": "@@ -4916,14 +4916,33 @@\n \"run_external_periodic_task\": [96, 101],\n \"backdoor_port\": [96, 101],\n \"backdoor\": [96, 101],\n \"backdoor_socket\": [96, 101],\n \"log_opt\": [96, 101],\n \"graceful_shutdown_timeout\": [96, 101],\n \"endless\": [96, 101],\n+ \"rpc_conn_pool_s\": [96, 101],\n+ \"conn_pool_min_s\": [96, 101],\n+ \"conn_pool_ttl\": [96, 101],\n+ \"1200\": [96, 101],\n+ \"idl\": [96, 101, 116, 153],\n+ \"executor_thread_pool_s\": [96, 101],\n+ \"executor\": [96, 101],\n+ \"rpc_thread_pool_s\": [96, 101],\n+ \"usern\": 96,\n+ \"passn\": 96,\n+ \"hostn\": 96,\n+ \"portn\": 96,\n+ \"virtual_host\": [96, 155],\n+ \"oslo_messag\": [96, 101],\n+ \"transporturl\": 96,\n+ \"control_exchang\": [96, 101],\n+ \"exchang\": [96, 101, 155],\n+ \"rpc_ping_en\": [96, 101],\n+ \"oslo_rpc_server_p\": [96, 101],\n \"mutabl\": 96,\n \"log_date_format\": [96, 101],\n \"watch_log_fil\": [96, 101],\n \"use_journ\": [96, 101],\n \"log_us\": [96, 101],\n \"use_json\": [96, 101],\n \"use_eventlog\": [96, 101],\n@@ -4948,15 +4967,14 @@\n \"user_domain\": [96, 101],\n \"project_domain\": [96, 101],\n \"default_log_level\": [96, 101],\n \"amqplib\": [96, 101, 155],\n \"boto\": [96, 101],\n \"qpid\": [96, 101],\n \"sud\": [96, 101],\n- \"oslo_messag\": [96, 101],\n \"iso8601\": [96, 101],\n \"urllib3\": [96, 101],\n \"connectionpool\": [96, 101],\n \"stevedor\": [96, 101, 160],\n \"taskflow\": [96, 101],\n \"keystoneauth\": [96, 101],\n \"dogpil\": [96, 101],\n@@ -4966,32 +4984,14 @@\n \"instance_format\": [96, 101],\n \"instance_uuid_format\": [96, 101],\n \"rate_limit_interv\": [96, 101],\n \"rate_limit_burst\": [96, 101],\n \"rate_limit_except_level\": [96, 101],\n \"fatal_deprec\": [96, 101],\n \"fatal\": [96, 101],\n- \"rpc_conn_pool_s\": [96, 101],\n- \"conn_pool_min_s\": [96, 101],\n- \"conn_pool_ttl\": [96, 101],\n- \"1200\": [96, 101],\n- \"idl\": [96, 101, 116, 153],\n- \"executor_thread_pool_s\": [96, 101],\n- \"executor\": [96, 101],\n- \"rpc_thread_pool_s\": [96, 101],\n- \"usern\": 96,\n- \"passn\": 96,\n- \"hostn\": 96,\n- \"portn\": 96,\n- \"virtual_host\": [96, 155],\n- \"transporturl\": 96,\n- \"control_exchang\": [96, 101],\n- \"exchang\": [96, 101, 155],\n- \"rpc_ping_en\": [96, 101],\n- \"oslo_rpc_server_p\": [96, 101],\n \"v2_18\": [96, 101],\n \"canon\": [96, 101, 113, 115],\n \"remote_address\": [96, 101],\n \"sanit\": 96,\n \"2009\": [96, 176],\n \"configdr\": [96, 181],\n \"rst\": [96, 111, 113, 118, 121],\n"}]}]}]}]}]}