--- /srv/reproducible-results/rbuild-debian/r-b-build.SrwJnQaT/b1/nova_26.2.2-1~deb12u3_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.SrwJnQaT/b2/nova_26.2.2-1~deb12u3_i386.changes ├── Files │ @@ -4,10 +4,10 @@ │ 645d74d56d40fb3d5f314381f4afcd3a 8988 net optional nova-compute-ironic_26.2.2-1~deb12u3_all.deb │ 4b066bc2f1eb8dc145d7087652699a30 9208 net optional nova-compute-kvm_26.2.2-1~deb12u3_all.deb │ ec431364af0da4ce0a6a0a29275bc9cb 9048 net optional nova-compute-lxc_26.2.2-1~deb12u3_all.deb │ de1803cf56728592a0031669b50a96cb 9088 net optional nova-compute-qemu_26.2.2-1~deb12u3_all.deb │ abbfc352b82d52c68a99f66bc0bb3c47 15296 net optional nova-compute_26.2.2-1~deb12u3_all.deb │ d62d247d8e1a941ba0e4a768e0caf719 14620 net optional nova-conductor_26.2.2-1~deb12u3_all.deb │ c8cf4f91652818e9a06208ecfca1deed 19892 net optional nova-consoleproxy_26.2.2-1~deb12u3_all.deb │ - 79813fe5af5751f9da9167ae006a1659 2881056 doc optional nova-doc_26.2.2-1~deb12u3_all.deb │ + ecd6fa0bb76f8dde6ab55a73eb23e31b 2881116 doc optional nova-doc_26.2.2-1~deb12u3_all.deb │ 8992c2bd78e55c6c5aa80bb9bbbf3dd9 14640 net optional nova-scheduler_26.2.2-1~deb12u3_all.deb │ 989259a5bcbf52421a9e35878a4f3314 3013352 python optional python3-nova_26.2.2-1~deb12u3_all.deb ├── nova-doc_26.2.2-1~deb12u3_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-07-10 21:49:31.000000 debian-binary │ │ -rw-r--r-- 0 0 0 12644 2024-07-10 21:49:31.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 2868220 2024-07-10 21:49:31.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 2868280 2024-07-10 21:49:31.000000 data.tar.xz │ ├── 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 │ │ │ │ @@ -2720,14 +2720,228 @@ │ │ │ │ │ │ │ │
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:
│ │ │ │ +

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

30

│ │ │ │ +
│ │ │ │ +
Minimum Value:
│ │ │ │ +

1

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

Size of RPC connection pool.

│ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ +
Deprecated Variations

Group

Name

DEFAULT

rpc_conn_pool_size

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +conn_pool_min_size
│ │ │ │ +
│ │ │ │ +
Type:
│ │ │ │ +

integer

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

2

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

The pool size limit for connections expiration policy

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +conn_pool_ttl
│ │ │ │ +
│ │ │ │ +
Type:
│ │ │ │ +

integer

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

1200

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

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

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +executor_thread_pool_size
│ │ │ │ +
│ │ │ │ +
Type:
│ │ │ │ +

integer

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

64

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

Size of executor thread pool when executor is threading or eventlet.

│ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + │ │ │ │ +
Deprecated Variations

Group

Name

DEFAULT

rpc_thread_pool_size

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +rpc_response_timeout
│ │ │ │ +
│ │ │ │ +
Type:
│ │ │ │ +

integer

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

60

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

Seconds to wait for a response from a call.

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +transport_url
│ │ │ │ +
│ │ │ │ +
Type:
│ │ │ │ +

string

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

rabbit://

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

The network address and optional user credentials for connecting to the messaging backend, in URL format. The expected format is:

│ │ │ │ +

driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/virtual_host?query

│ │ │ │ +

Example: rabbit://rabbitmq:password@127.0.0.1:5672//

│ │ │ │ +

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

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +control_exchange
│ │ │ │ +
│ │ │ │ +
Type:
│ │ │ │ +

string

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

nova

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

The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +rpc_ping_enabled
│ │ │ │ +
│ │ │ │ +
Type:
│ │ │ │ +

boolean

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

False

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

Add an endpoint to answer to ping calls. Endpoint is named oslo_rpc_server_ping

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │
│ │ │ │ debug
│ │ │ │
│ │ │ │
Type:
│ │ │ │

boolean

│ │ │ │
│ │ │ │
Default:
│ │ │ │ @@ -2751,16 +2965,16 @@ │ │ │ │

<None>

│ │ │ │
│ │ │ │
Mutable:
│ │ │ │

This option can be changed without restarting.

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

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

│ │ │ │ - │ │ │ │ - │ │ │ │ +
Deprecated Variations
│ │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ @@ -2795,16 +3009,16 @@ │ │ │ │

string

│ │ │ │
│ │ │ │
Default:
│ │ │ │

<None>

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

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

│ │ │ │ -
Deprecated Variations

Group

Name

DEFAULT

│ │ │ │ - │ │ │ │ +
Deprecated Variations
│ │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ @@ -2822,16 +3036,16 @@ │ │ │ │

string

│ │ │ │
│ │ │ │
Default:
│ │ │ │

<None>

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

(Optional) The base directory used for relative log_file paths. This option is ignored if log_config_append is set.

│ │ │ │ -
Deprecated Variations

Group

Name

DEFAULT

│ │ │ │ - │ │ │ │ +
Deprecated Variations
│ │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ @@ -3202,228 +3416,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.

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -rpc_conn_pool_size
│ │ │ │ -
│ │ │ │ -
Type:
│ │ │ │ -

integer

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

30

│ │ │ │ -
│ │ │ │ -
Minimum Value:
│ │ │ │ -

1

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

Size of RPC connection pool.

│ │ │ │ -
Deprecated Variations

Group

Name

DEFAULT

│ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ -
Deprecated Variations

Group

Name

DEFAULT

rpc_conn_pool_size

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -conn_pool_min_size
│ │ │ │ -
│ │ │ │ -
Type:
│ │ │ │ -

integer

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

2

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

The pool size limit for connections expiration policy

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -conn_pool_ttl
│ │ │ │ -
│ │ │ │ -
Type:
│ │ │ │ -

integer

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

1200

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

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

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -executor_thread_pool_size
│ │ │ │ -
│ │ │ │ -
Type:
│ │ │ │ -

integer

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

64

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

Size of executor thread pool when executor is threading or eventlet.

│ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - │ │ │ │ -
Deprecated Variations

Group

Name

DEFAULT

rpc_thread_pool_size

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -rpc_response_timeout
│ │ │ │ -
│ │ │ │ -
Type:
│ │ │ │ -

integer

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

60

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

Seconds to wait for a response from a call.

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -transport_url
│ │ │ │ -
│ │ │ │ -
Type:
│ │ │ │ -

string

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

rabbit://

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

The network address and optional user credentials for connecting to the messaging backend, in URL format. The expected format is:

│ │ │ │ -

driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/virtual_host?query

│ │ │ │ -

Example: rabbit://rabbitmq:password@127.0.0.1:5672//

│ │ │ │ -

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

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -control_exchange
│ │ │ │ -
│ │ │ │ -
Type:
│ │ │ │ -

string

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

nova

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

The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.

│ │ │ │ -
│ │ │ │ - │ │ │ │ -
│ │ │ │ -
│ │ │ │ -rpc_ping_enabled
│ │ │ │ -
│ │ │ │ -
Type:
│ │ │ │ -

boolean

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

False

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

Add an endpoint to answer to ping calls. Endpoint is named oslo_rpc_server_ping

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

api

│ │ │ │

Options under this group are used to define Nova API.

│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ auth_strategy
│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -1540,14 +1540,122 @@ │ │ │ │ │ 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. │ │ │ │ │ + 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 │ │ │ │ │ + Size of RPC connection pool. │ │ │ │ │ + Deprecated Variations¶ │ │ │ │ │ + Group Name │ │ │ │ │ + DEFAULT rpc_conn_pool_size │ │ │ │ │ + conn_pool_min_size¶ │ │ │ │ │ + Type: │ │ │ │ │ + integer │ │ │ │ │ + Default: │ │ │ │ │ + 2 │ │ │ │ │ + The pool size limit for connections expiration policy │ │ │ │ │ + conn_pool_ttl¶ │ │ │ │ │ + Type: │ │ │ │ │ + integer │ │ │ │ │ + Default: │ │ │ │ │ + 1200 │ │ │ │ │ + The time-to-live in sec of idle connections in the pool │ │ │ │ │ + executor_thread_pool_size¶ │ │ │ │ │ + Type: │ │ │ │ │ + integer │ │ │ │ │ + Default: │ │ │ │ │ + 64 │ │ │ │ │ + Size of executor thread pool when executor is threading or eventlet. │ │ │ │ │ + Deprecated Variations¶ │ │ │ │ │ + Group Name │ │ │ │ │ + DEFAULT rpc_thread_pool_size │ │ │ │ │ + rpc_response_timeout¶ │ │ │ │ │ + Type: │ │ │ │ │ + integer │ │ │ │ │ + Default: │ │ │ │ │ + 60 │ │ │ │ │ + Seconds to wait for a response from a call. │ │ │ │ │ + transport_url¶ │ │ │ │ │ + Type: │ │ │ │ │ + string │ │ │ │ │ + Default: │ │ │ │ │ + rabbit:// │ │ │ │ │ + The network address and optional user credentials for connecting to the │ │ │ │ │ + messaging backend, in URL format. The expected format is: │ │ │ │ │ + driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/ │ │ │ │ │ + virtual_host?query │ │ │ │ │ + Example: rabbit://rabbitmq:password@127.0.0.1:5672// │ │ │ │ │ + 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 │ │ │ │ │ + control_exchange¶ │ │ │ │ │ + Type: │ │ │ │ │ + string │ │ │ │ │ + Default: │ │ │ │ │ + nova │ │ │ │ │ + The default exchange under which topics are scoped. May be overridden by │ │ │ │ │ + an exchange name specified in the transport_url option. │ │ │ │ │ + rpc_ping_enabled¶ │ │ │ │ │ + Type: │ │ │ │ │ + boolean │ │ │ │ │ + Default: │ │ │ │ │ + False │ │ │ │ │ + Add an endpoint to answer to ping calls. Endpoint is named │ │ │ │ │ + oslo_rpc_server_ping │ │ │ │ │ debug¶ │ │ │ │ │ Type: │ │ │ │ │ boolean │ │ │ │ │ Default: │ │ │ │ │ False │ │ │ │ │ Mutable: │ │ │ │ │ This option can be changed without restarting. │ │ │ │ │ @@ -1797,122 +1905,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. │ │ │ │ │ - rpc_conn_pool_size¶ │ │ │ │ │ - Type: │ │ │ │ │ - integer │ │ │ │ │ - Default: │ │ │ │ │ - 30 │ │ │ │ │ - Minimum Value: │ │ │ │ │ - 1 │ │ │ │ │ - Size of RPC connection pool. │ │ │ │ │ - Deprecated Variations¶ │ │ │ │ │ - Group Name │ │ │ │ │ - DEFAULT rpc_conn_pool_size │ │ │ │ │ - conn_pool_min_size¶ │ │ │ │ │ - Type: │ │ │ │ │ - integer │ │ │ │ │ - Default: │ │ │ │ │ - 2 │ │ │ │ │ - The pool size limit for connections expiration policy │ │ │ │ │ - conn_pool_ttl¶ │ │ │ │ │ - Type: │ │ │ │ │ - integer │ │ │ │ │ - Default: │ │ │ │ │ - 1200 │ │ │ │ │ - The time-to-live in sec of idle connections in the pool │ │ │ │ │ - executor_thread_pool_size¶ │ │ │ │ │ - Type: │ │ │ │ │ - integer │ │ │ │ │ - Default: │ │ │ │ │ - 64 │ │ │ │ │ - Size of executor thread pool when executor is threading or eventlet. │ │ │ │ │ - Deprecated Variations¶ │ │ │ │ │ - Group Name │ │ │ │ │ - DEFAULT rpc_thread_pool_size │ │ │ │ │ - rpc_response_timeout¶ │ │ │ │ │ - Type: │ │ │ │ │ - integer │ │ │ │ │ - Default: │ │ │ │ │ - 60 │ │ │ │ │ - Seconds to wait for a response from a call. │ │ │ │ │ - transport_url¶ │ │ │ │ │ - Type: │ │ │ │ │ - string │ │ │ │ │ - Default: │ │ │ │ │ - rabbit:// │ │ │ │ │ - The network address and optional user credentials for connecting to the │ │ │ │ │ - messaging backend, in URL format. The expected format is: │ │ │ │ │ - driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/ │ │ │ │ │ - virtual_host?query │ │ │ │ │ - Example: rabbit://rabbitmq:password@127.0.0.1:5672// │ │ │ │ │ - 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 │ │ │ │ │ - control_exchange¶ │ │ │ │ │ - Type: │ │ │ │ │ - string │ │ │ │ │ - Default: │ │ │ │ │ - nova │ │ │ │ │ - The default exchange under which topics are scoped. May be overridden by │ │ │ │ │ - an exchange name specified in the transport_url option. │ │ │ │ │ - rpc_ping_enabled¶ │ │ │ │ │ - Type: │ │ │ │ │ - boolean │ │ │ │ │ - Default: │ │ │ │ │ - False │ │ │ │ │ - Add an endpoint to answer to ping calls. Endpoint is named │ │ │ │ │ - oslo_rpc_server_ping │ │ │ │ │ ***** api¶ ***** │ │ │ │ │ Options under this group are used to define Nova API. │ │ │ │ │ auth_strategy¶ │ │ │ │ │ Type: │ │ │ │ │ string │ │ │ │ │ Default: │ │ │ │ │ keystone │ │ │ ├── ./usr/share/doc/nova-doc/html/searchindex.js │ │ │ │ ├── js-beautify {} │ │ │ │ │ @@ -4909,14 +4909,40 @@ │ │ │ │ │ "randomli": [96, 101], │ │ │ │ │ "stamped": [96, 101], │ │ │ │ │ "unison": 96, │ │ │ │ │ "osapi_compute_listen": [96, 101], │ │ │ │ │ "osapi_compute_listen_port": [96, 101], │ │ │ │ │ "osapi_compute_work": [96, 101], │ │ │ │ │ "8775": [96, 101], │ │ │ │ │ + "run_external_periodic_task": [96, 101], │ │ │ │ │ + "backdoor_port": [96, 101], │ │ │ │ │ + "backdoor": [96, 101], │ │ │ │ │ + "backdoor_socket": [96, 101], │ │ │ │ │ + "log_opt": [96, 101], │ │ │ │ │ + "graceful_shutdown_timeout": [96, 101], │ │ │ │ │ + "endless": [96, 101], │ │ │ │ │ + "rpc_conn_pool_s": [96, 101], │ │ │ │ │ + "conn_pool_min_s": [96, 101], │ │ │ │ │ + "conn_pool_ttl": [96, 101], │ │ │ │ │ + "1200": [96, 101], │ │ │ │ │ + "idl": [96, 101, 116, 153], │ │ │ │ │ + "executor_thread_pool_s": [96, 101], │ │ │ │ │ + "executor": [96, 101], │ │ │ │ │ + "rpc_thread_pool_s": [96, 101], │ │ │ │ │ + "usern": 96, │ │ │ │ │ + "passn": 96, │ │ │ │ │ + "hostn": 96, │ │ │ │ │ + "portn": 96, │ │ │ │ │ + "virtual_host": [96, 155], │ │ │ │ │ + "oslo_messag": [96, 101], │ │ │ │ │ + "transporturl": 96, │ │ │ │ │ + "control_exchang": [96, 101], │ │ │ │ │ + "exchang": [96, 101, 155], │ │ │ │ │ + "rpc_ping_en": [96, 101], │ │ │ │ │ + "oslo_rpc_server_p": [96, 101], │ │ │ │ │ "mutabl": 96, │ │ │ │ │ "log_date_format": [96, 101], │ │ │ │ │ "watch_log_fil": [96, 101], │ │ │ │ │ "use_journ": [96, 101], │ │ │ │ │ "log_us": [96, 101], │ │ │ │ │ "use_json": [96, 101], │ │ │ │ │ "use_eventlog": [96, 101], │ │ │ │ │ @@ -4941,15 +4967,14 @@ │ │ │ │ │ "user_domain": [96, 101], │ │ │ │ │ "project_domain": [96, 101], │ │ │ │ │ "default_log_level": [96, 101], │ │ │ │ │ "amqplib": [96, 101, 155], │ │ │ │ │ "boto": [96, 101], │ │ │ │ │ "qpid": [96, 101], │ │ │ │ │ "sud": [96, 101], │ │ │ │ │ - "oslo_messag": [96, 101], │ │ │ │ │ "iso8601": [96, 101], │ │ │ │ │ "urllib3": [96, 101], │ │ │ │ │ "connectionpool": [96, 101], │ │ │ │ │ "stevedor": [96, 101, 160], │ │ │ │ │ "taskflow": [96, 101], │ │ │ │ │ "keystoneauth": [96, 101], │ │ │ │ │ "dogpil": [96, 101], │ │ │ │ │ @@ -4959,39 +4984,14 @@ │ │ │ │ │ "instance_format": [96, 101], │ │ │ │ │ "instance_uuid_format": [96, 101], │ │ │ │ │ "rate_limit_interv": [96, 101], │ │ │ │ │ "rate_limit_burst": [96, 101], │ │ │ │ │ "rate_limit_except_level": [96, 101], │ │ │ │ │ "fatal_deprec": [96, 101], │ │ │ │ │ "fatal": [96, 101], │ │ │ │ │ - "run_external_periodic_task": [96, 101], │ │ │ │ │ - "backdoor_port": [96, 101], │ │ │ │ │ - "backdoor": [96, 101], │ │ │ │ │ - "backdoor_socket": [96, 101], │ │ │ │ │ - "log_opt": [96, 101], │ │ │ │ │ - "graceful_shutdown_timeout": [96, 101], │ │ │ │ │ - "endless": [96, 101], │ │ │ │ │ - "rpc_conn_pool_s": [96, 101], │ │ │ │ │ - "conn_pool_min_s": [96, 101], │ │ │ │ │ - "conn_pool_ttl": [96, 101], │ │ │ │ │ - "1200": [96, 101], │ │ │ │ │ - "idl": [96, 101, 116, 153], │ │ │ │ │ - "executor_thread_pool_s": [96, 101], │ │ │ │ │ - "executor": [96, 101], │ │ │ │ │ - "rpc_thread_pool_s": [96, 101], │ │ │ │ │ - "usern": 96, │ │ │ │ │ - "passn": 96, │ │ │ │ │ - "hostn": 96, │ │ │ │ │ - "portn": 96, │ │ │ │ │ - "virtual_host": [96, 155], │ │ │ │ │ - "transporturl": 96, │ │ │ │ │ - "control_exchang": [96, 101], │ │ │ │ │ - "exchang": [96, 101, 155], │ │ │ │ │ - "rpc_ping_en": [96, 101], │ │ │ │ │ - "oslo_rpc_server_p": [96, 101], │ │ │ │ │ "v2_18": [96, 101], │ │ │ │ │ "canon": [96, 101, 113, 115], │ │ │ │ │ "remote_address": [96, 101], │ │ │ │ │ "sanit": 96, │ │ │ │ │ "2009": [96, 176], │ │ │ │ │ "configdr": [96, 181], │ │ │ │ │ "rst": [96, 111, 113, 118, 121],