--- /srv/reproducible-results/rbuild-debian/r-b-build.THHsmJjD/b1/murano_14.0.0-3_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.THHsmJjD/b2/murano_14.0.0-3_armhf.changes ├── Files │ @@ -1,7 +1,7 @@ │ │ 4397308538aeab147b3f8b869d8194c5 22800 python optional murano-api_14.0.0-3_all.deb │ 669de789c4823b24557507c4935330c1 6928 net optional murano-cfapi_14.0.0-3_all.deb │ 6812eabf570ce934b87836f7d92f5bbc 95428 python optional murano-common_14.0.0-3_all.deb │ - e7bd8e0253b9eabf70b29e2b3c6bea1f 5095924 doc optional murano-doc_14.0.0-3_all.deb │ + 2c400bd229094ba021ee88478187a447 5095916 doc optional murano-doc_14.0.0-3_all.deb │ bb13fdd2e9763227f4236e6d30348522 6992 python optional murano-engine_14.0.0-3_all.deb │ b64bf99b3ab2a15622775dbfb912def1 260376 python optional python3-murano_14.0.0-3_all.deb ├── murano-doc_14.0.0-3_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2022-12-12 08:52:46.000000 debian-binary │ │ -rw-r--r-- 0 0 0 10788 2022-12-12 08:52:46.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 5084944 2022-12-12 08:52:46.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 5084936 2022-12-12 08:52:46.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/murano-doc/html/configuration/config-options.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -195,70 +195,14 @@ │ │ │ │

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 by the Keystone v3 API with big service catalogs).

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

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │
│ │ │ │ debug
│ │ │ │
│ │ │ │
Type:
│ │ │ │

boolean

│ │ │ │
│ │ │ │
Default:
│ │ │ │ @@ -734,14 +678,70 @@ │ │ │ │

False

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

Enables or disables fatal status of deprecations.

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

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

integer

│ │ │ │
│ │ │ │
Default:
│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -63,50 +63,14 @@ │ │ │ │ │ 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 │ │ │ │ │ by the Keystone v3 API with big service catalogs). │ │ │ │ │ - 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. │ │ │ │ │ debug¶ │ │ │ │ │ Type: │ │ │ │ │ boolean │ │ │ │ │ Default: │ │ │ │ │ False │ │ │ │ │ Mutable: │ │ │ │ │ This option can be changed without restarting. │ │ │ │ │ @@ -355,14 +319,50 @@ │ │ │ │ │ levels are filtered. │ │ │ │ │ fatal_deprecations¶ │ │ │ │ │ Type: │ │ │ │ │ boolean │ │ │ │ │ Default: │ │ │ │ │ False │ │ │ │ │ Enables or disables fatal status of deprecations. │ │ │ │ │ + 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. │ │ │ │ │ rpc_conn_pool_size¶ │ │ │ │ │ Type: │ │ │ │ │ integer │ │ │ │ │ Default: │ │ │ │ │ 30 │ │ │ │ │ Minimum Value: │ │ │ │ │ 1 │ │ │ ├── ./usr/share/doc/murano-doc/html/searchindex.js │ │ │ │ ├── js-beautify {} │ │ │ │ │ @@ -2599,27 +2599,14 @@ │ │ │ │ │ "file_serv": [63, 65], │ │ │ │ │ "backlog": [63, 65], │ │ │ │ │ "tcp_keepidl": [63, 65], │ │ │ │ │ "600": [63, 65], │ │ │ │ │ "Not": [63, 65, 110, 112, 113], │ │ │ │ │ "max_header_lin": [63, 65], │ │ │ │ │ "16384": [63, 65], │ │ │ │ │ - "backdoor_port": [63, 65], │ │ │ │ │ - "eventlet": [63, 65], │ │ │ │ │ - "backdoor": [63, 65], │ │ │ │ │ - "smallest": [63, 65], │ │ │ │ │ - "backdoor_socket": [63, 65], │ │ │ │ │ - "mutual": [63, 65], │ │ │ │ │ - "log_opt": [63, 65], │ │ │ │ │ - "graceful_shutdown_timeout": [63, 65], │ │ │ │ │ - "60": [63, 65], │ │ │ │ │ - "gracefulli": [63, 65], │ │ │ │ │ - "shutdown": [63, 65], │ │ │ │ │ - "zero": [63, 65, 74], │ │ │ │ │ - "endless": [63, 65], │ │ │ │ │ "mutabl": [63, 112], │ │ │ │ │ "date": [63, 65, 102, 110, 111], │ │ │ │ │ "log_config": [63, 65], │ │ │ │ │ "log_date_format": [63, 65], │ │ │ │ │ "asctim": [63, 65], │ │ │ │ │ "use_stderr": [63, 65], │ │ │ │ │ "logfil": [63, 65], │ │ │ │ │ @@ -2698,14 +2685,27 @@ │ │ │ │ │ "instance_uuid_format": [63, 65], │ │ │ │ │ "rate_limit_interv": [63, 65], │ │ │ │ │ "rate": [63, 65], │ │ │ │ │ "rate_limit_burst": [63, 65], │ │ │ │ │ "rate_limit_except_level": [63, 65], │ │ │ │ │ "fatal_deprec": [63, 65], │ │ │ │ │ "fatal": [63, 65], │ │ │ │ │ + "backdoor_port": [63, 65], │ │ │ │ │ + "eventlet": [63, 65], │ │ │ │ │ + "backdoor": [63, 65], │ │ │ │ │ + "smallest": [63, 65], │ │ │ │ │ + "backdoor_socket": [63, 65], │ │ │ │ │ + "mutual": [63, 65], │ │ │ │ │ + "log_opt": [63, 65], │ │ │ │ │ + "graceful_shutdown_timeout": [63, 65], │ │ │ │ │ + "60": [63, 65], │ │ │ │ │ + "gracefulli": [63, 65], │ │ │ │ │ + "shutdown": [63, 65], │ │ │ │ │ + "zero": [63, 65, 74], │ │ │ │ │ + "endless": [63, 65], │ │ │ │ │ "rpc_conn_pool_s": [63, 65], │ │ │ │ │ "rpc": [63, 65], │ │ │ │ │ "conn_pool_min_s": [63, 65], │ │ │ │ │ "conn_pool_ttl": [63, 65], │ │ │ │ │ "1200": [63, 65], │ │ │ │ │ "live": [63, 65], │ │ │ │ │ "sec": [63, 65],