--- /srv/reproducible-results/rbuild-debian/r-b-build.OTmfDET2/b1/nova_31.0.0-3_amd64.changes
+++ /srv/reproducible-results/rbuild-debian/r-b-build.OTmfDET2/b2/nova_31.0.0-3_amd64.changes
├── Files
│ @@ -4,10 +4,10 @@
│ e5ff87c7d4afe484d2a52484d99c44b2 10116 net optional nova-compute-ironic_31.0.0-3_all.deb
│ 8c3390d6746b385bff76857b6db481e0 10348 net optional nova-compute-kvm_31.0.0-3_all.deb
│ be482b7c063c903a91102d27b41c112f 10192 net optional nova-compute-lxc_31.0.0-3_all.deb
│ a44bab5417df35410e618bffc5a2c4ae 10208 net optional nova-compute-qemu_31.0.0-3_all.deb
│ b242ec4cfb9e061f90c0caaf4d643abd 16712 net optional nova-compute_31.0.0-3_all.deb
│ e4e55b8a90bc924a4fe16158bf4d21a2 16024 net optional nova-conductor_31.0.0-3_all.deb
│ dd63bf630b109eee8ab88afa99aa9d80 21288 net optional nova-consoleproxy_31.0.0-3_all.deb
│ - 5625a94debb10a46db243295011370f2 3213820 doc optional nova-doc_31.0.0-3_all.deb
│ + ec6fb9123b8bf732329871d819023626 3213820 doc optional nova-doc_31.0.0-3_all.deb
│ 5b9b944c79d0a14e3103bddd62eb66e0 16052 net optional nova-scheduler_31.0.0-3_all.deb
│ 78b9e3fed9de3f02b5361242bab1e3c5 3090776 python optional python3-nova_31.0.0-3_all.deb
├── nova-doc_31.0.0-3_all.deb
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── ./usr/share/doc/nova-doc/html/configuration/config.html
│ │ │ │┄ Ordering differences only
│ │ │ │ @@ -2762,14 +2762,106 @@
│ │ │ │
│ │ │ │
mcMemcache ServiceGroup driver
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ +-
│ │ │ │ +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.
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ -
│ │ │ │ executor_thread_pool_size
│ │ │ │
│ │ │ │ - Type:
│ │ │ │ integer
│ │ │ │
│ │ │ │ - Default:
│ │ │ │ @@ -3344,106 +3436,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.
│ │ │ │ -
│ │ │ │ -
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
│ │ │ │ Options under this group are used to define Nova API.
│ │ │ │
│ │ │ │
│ │ │ │ -
│ │ │ │ auth_strategy
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -1539,14 +1539,69 @@
│ │ │ │ │ Related Options:
│ │ │ │ │ * service_down_time (maximum time since last check-in for up service)
│ │ │ │ │ Possible values
│ │ │ │ │ db
│ │ │ │ │ Database ServiceGroup driver
│ │ │ │ │ mc
│ │ │ │ │ Memcache ServiceGroup driver
│ │ │ │ │ + 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.
│ │ │ │ │ executor_thread_pool_size_¶
│ │ │ │ │ Type:
│ │ │ │ │ integer
│ │ │ │ │ Default:
│ │ │ │ │ 64
│ │ │ │ │ Size of executor thread pool when executor is threading or eventlet.
│ │ │ │ │ DDeepprreeccaatteedd VVaarriiaattiioonnss_?¶
│ │ │ │ │ @@ -1847,69 +1902,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.
│ │ │ │ │ - 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.
│ │ │ │ │ ********** aappii_?¶ **********
│ │ │ │ │ Options under this group are used to define Nova API.
│ │ │ │ │ auth_strategy_¶
│ │ │ │ │ Type:
│ │ │ │ │ string
│ │ │ │ │ Default:
│ │ │ │ │ keystone