(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
-
= 60
-
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).
+
= 0
+
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
-
= 60
-
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).
+
= 0
+
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
(IntOpt) Seconds between connection keepalive heartbeats.
+
+
+
= localhost
+
(StrOpt) Qpid broker hostname.
+
+
+
= $qpid_hostname:$qpid_port
+
(ListOpt) Qpid HA cluster host:port pairs.
+
+
+
=
+
(StrOpt) Password for Qpid connection.
+
+
+
= 5672
+
(IntOpt) Qpid broker port.
+
+
+
= tcp
+
(StrOpt) Transport to use, either 'tcp' or 'ssl'.
+
+
+
= 1
+
(IntOpt) The number of prefetched messages held by receiver.
+
+
+
=
+
(StrOpt) Space separated list of SASL mechanisms to use for auth.
+
+
+
= True
+
(BoolOpt) Whether to disable the Nagle algorithm.
+
+
+
= 1
+
(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.
(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
+
+
+
= 2
+
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
+
+
+
= 0
+
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
+
+
+
= 1.0
+
(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.
+
+
+
=
+
(StrOpt) SSL certification authority file (valid only if SSL enabled).
+
+
+
=
+
(StrOpt) SSL cert file (valid only if SSL enabled).
+
+
+
=
+
(StrOpt) SSL key file (valid only if SSL enabled).
+
+
+
=
+
(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
+
+
+
= False
+
(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.
+
+
+
= localhost
+
(StrOpt) The RabbitMQ broker address where a single node is used.
+
+
+
= $rabbit_host:$rabbit_port
+
(ListOpt) RabbitMQ HA cluster host:port pairs.
+
+
+
= AMQPLAIN
+
(StrOpt) The RabbitMQ login method.
+
+
+
= 0
+
(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).
+
+
+
= guest
+
(StrOpt) The RabbitMQ password.
+
+
+
= 5672
+
(IntOpt) The RabbitMQ broker port where a single node is used.
+
+
+
= 2
+
(IntOpt) How long to backoff for between retries when connecting to RabbitMQ.
+
+
+
= 1
+
(IntOpt) How frequently to retry connecting with RabbitMQ.
(IntOpt) Seconds between connection keepalive heartbeats.
-
-
-
= localhost
-
(StrOpt) Qpid broker hostname.
-
-
-
= $qpid_hostname:$qpid_port
-
(ListOpt) Qpid HA cluster host:port pairs.
-
-
-
=
-
(StrOpt) Password for Qpid connection.
-
-
-
= 5672
-
(IntOpt) Qpid broker port.
-
-
-
= tcp
-
(StrOpt) Transport to use, either 'tcp' or 'ssl'.
-
-
-
= 1
-
(IntOpt) The number of prefetched messages held by receiver.
-
-
-
=
-
(StrOpt) Space separated list of SASL mechanisms to use for auth.
-
-
-
= True
-
(BoolOpt) Whether to disable the Nagle algorithm.
-
-
-
= 1
-
(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.
-
-
-
=
-
(StrOpt) Username for Qpid connection.
-
-
-
= 30
-
(IntOpt) Size of RPC connection pool.
-
-
-
[oslo_messaging_rabbit]
-
-
-
= False
-
(BoolOpt) Auto-delete queues in AMQP.
-
-
-
= False
-
(BoolOpt) Use durable queues in AMQP.
-
-
-
= False
-
(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
-
-
-
= 2
-
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
-
-
-
= 60
-
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).
-
-
-
= 1.0
-
(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.
-
-
-
=
-
(StrOpt) SSL certification authority file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL cert file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL key file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
-
-
-
= False
-
(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.
-
-
-
= localhost
-
(StrOpt) The RabbitMQ broker address where a single node is used.
-
-
-
= $rabbit_host:$rabbit_port
-
(ListOpt) RabbitMQ HA cluster host:port pairs.
-
-
-
= AMQPLAIN
-
(StrOpt) The RabbitMQ login method.
-
-
-
= 0
-
(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).
-
-
-
= guest
-
(StrOpt) The RabbitMQ password.
-
-
-
= 5672
-
(IntOpt) The RabbitMQ broker port where a single node is used.
-
-
-
= 2
-
(IntOpt) How long to backoff for between retries when connecting to RabbitMQ.
-
-
-
= 1
-
(IntOpt) How frequently to retry connecting with RabbitMQ.
(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
+
+
+
= 2
+
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
+
+
+
= 0
+
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
= 1.0
@@ -35,7 +55,7 @@
=
-
(StrOpt) SSL version to use (valid only if SSL enabled). valid values are TLSv1 and SSLv23. SSLv2 and SSLv3 may be available on some distributions.
+
(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
(IntOpt) Seconds between connection keepalive heartbeats.
-
-
-
= localhost
-
(StrOpt) Qpid broker hostname.
-
-
-
= $qpid_hostname:$qpid_port
-
(ListOpt) Qpid HA cluster host:port pairs.
-
-
-
=
-
(StrOpt) Password for Qpid connection.
-
-
-
= 5672
-
(IntOpt) Qpid broker port.
-
-
-
= tcp
-
(StrOpt) Transport to use, either 'tcp' or 'ssl'.
-
-
-
= 1
-
(IntOpt) The number of prefetched messages held by receiver.
-
-
-
=
-
(StrOpt) Space separated list of SASL mechanisms to use for auth.
-
-
-
= True
-
(BoolOpt) Whether to disable the Nagle algorithm.
-
-
-
= 1
-
(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.
-
-
-
=
-
(StrOpt) Username for Qpid connection.
-
-
-
= 30
-
(IntOpt) Size of RPC connection pool.
-
-
-
[oslo_messaging_rabbit]
-
-
-
= False
-
(BoolOpt) Auto-delete queues in AMQP.
-
-
-
= False
-
(BoolOpt) Use durable queues in AMQP.
-
-
-
= False
-
(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
-
-
-
= 2
-
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
-
-
-
= 60
-
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).
-
-
-
= 1.0
-
(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.
-
-
-
=
-
(StrOpt) SSL certification authority file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL cert file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL key file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
-
-
-
= False
-
(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.
-
-
-
= localhost
-
(StrOpt) The RabbitMQ broker address where a single node is used.
-
-
-
= $rabbit_host:$rabbit_port
-
(ListOpt) RabbitMQ HA cluster host:port pairs.
-
-
-
= AMQPLAIN
-
(StrOpt) The RabbitMQ login method.
-
-
-
= 0
-
(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).
-
-
-
= guest
-
(StrOpt) The RabbitMQ password.
-
-
-
= 5672
-
(IntOpt) The RabbitMQ broker port where a single node is used.
-
-
-
= 2
-
(IntOpt) How long to backoff for between retries when connecting to RabbitMQ.
-
-
-
= 1
-
(IntOpt) How frequently to retry connecting with RabbitMQ.
(IntOpt) Exponent to determine number of hash partitions to use when distributing load across conductors. Larger values will result in more even distribution of load and less load when rebalancing the ring, but more memory usage. Number of partitions per conductor is (2^hash_partition_exponent). This determines the granularity of rebalancing: given 10 hosts, and an exponent of the 2, there are 40 partitions in the ring.A few thousand partitions should make rebalancing smooth in most cases. The default is suitable for up to a few hundred conductors. Too many partitions has a CPU impact.
-
= localhost
+
= sd-52009.dedibox.fr
(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. However, the node name must be valid within an AMQP key, and if using ZeroMQ, a valid hostname, FQDN, or IP address.
(IntOpt) Seconds between connection keepalive heartbeats.
+
+
+
= localhost
+
(StrOpt) Qpid broker hostname.
+
+
+
= $qpid_hostname:$qpid_port
+
(ListOpt) Qpid HA cluster host:port pairs.
+
+
+
=
+
(StrOpt) Password for Qpid connection.
+
+
+
= 5672
+
(IntOpt) Qpid broker port.
+
+
+
= tcp
+
(StrOpt) Transport to use, either 'tcp' or 'ssl'.
+
+
+
= 1
+
(IntOpt) The number of prefetched messages held by receiver.
+
+
+
=
+
(StrOpt) Space separated list of SASL mechanisms to use for auth.
+
+
+
= True
+
(BoolOpt) Whether to disable the Nagle algorithm.
+
+
+
= 1
+
(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.
(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
+
+
+
= 2
+
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
+
+
+
= 0
+
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
+
+
+
= 1.0
+
(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.
+
+
+
=
+
(StrOpt) SSL certification authority file (valid only if SSL enabled).
+
+
+
=
+
(StrOpt) SSL cert file (valid only if SSL enabled).
+
+
+
=
+
(StrOpt) SSL key file (valid only if SSL enabled).
+
+
+
=
+
(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
+
+
+
= False
+
(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.
+
+
+
= localhost
+
(StrOpt) The RabbitMQ broker address where a single node is used.
+
+
+
= $rabbit_host:$rabbit_port
+
(ListOpt) RabbitMQ HA cluster host:port pairs.
+
+
+
= AMQPLAIN
+
(StrOpt) The RabbitMQ login method.
+
+
+
= 0
+
(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).
+
+
+
= guest
+
(StrOpt) The RabbitMQ password.
+
+
+
= 5672
+
(IntOpt) The RabbitMQ broker port where a single node is used.
+
+
+
= 2
+
(IntOpt) How long to backoff for between retries when connecting to RabbitMQ.
+
+
+
= 1
+
(IntOpt) How frequently to retry connecting with RabbitMQ.
(IntOpt) Seconds between connection keepalive heartbeats.
-
-
-
= localhost
-
(StrOpt) Qpid broker hostname.
-
-
-
= $qpid_hostname:$qpid_port
-
(ListOpt) Qpid HA cluster host:port pairs.
-
-
-
=
-
(StrOpt) Password for Qpid connection.
-
-
-
= 5672
-
(IntOpt) Qpid broker port.
-
-
-
= tcp
-
(StrOpt) Transport to use, either 'tcp' or 'ssl'.
-
-
-
= 1
-
(IntOpt) The number of prefetched messages held by receiver.
-
-
-
=
-
(StrOpt) Space separated list of SASL mechanisms to use for auth.
-
-
-
= True
-
(BoolOpt) Whether to disable the Nagle algorithm.
-
-
-
= 1
-
(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.
-
-
-
=
-
(StrOpt) Username for Qpid connection.
-
-
-
= 30
-
(IntOpt) Size of RPC connection pool.
-
-
-
[oslo_messaging_rabbit]
-
-
-
= False
-
(BoolOpt) Auto-delete queues in AMQP.
-
-
-
= False
-
(BoolOpt) Use durable queues in AMQP.
-
-
-
= False
-
(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
-
-
-
= 2
-
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
-
-
-
= 0
-
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
-
-
-
= 1.0
-
(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.
-
-
-
=
-
(StrOpt) SSL certification authority file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL cert file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL key file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
-
-
-
= False
-
(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.
-
-
-
= localhost
-
(StrOpt) The RabbitMQ broker address where a single node is used.
-
-
-
= $rabbit_host:$rabbit_port
-
(ListOpt) RabbitMQ HA cluster host:port pairs.
-
-
-
= AMQPLAIN
-
(StrOpt) The RabbitMQ login method.
-
-
-
= 0
-
(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).
-
-
-
= guest
-
(StrOpt) The RabbitMQ password.
-
-
-
= 5672
-
(IntOpt) The RabbitMQ broker port where a single node is used.
-
-
-
= 2
-
(IntOpt) How long to backoff for between retries when connecting to RabbitMQ.
-
-
-
= 1
-
(IntOpt) How frequently to retry connecting with RabbitMQ.
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
-
= 60
-
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).
+
= 0
+
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
(IntOpt) Number of DHCP agents scheduled to host a tenant network. If this number is greater than 1, the scheduler automatically assigns multiple DHCP agents for a given tenant network, providing high availability for DHCP service.
+
(IntOpt) Number of DHCP agents scheduled to host a network.
= False
@@ -117,10 +117,6 @@
= networks
(StrOpt) Representing the resource type whose load is being reported by the agent. This can be "networks", "subnets" or "ports". When specified (Default is networks), the server will extract particular load sent as part of its agent configuration object from the agent report state, which is the number of resources being consumed, at every report_interval.dhcp_load_type can be used in combination with network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler When the network_scheduler_driver is WeightScheduler, dhcp_load_type can be configured to represent the choice for the resource being balanced. Example: dhcp_load_type=networks
-
-
= $state_path/ebtables-
-
(StrOpt) Location of temporary ebtables table files.
-
= False
(BoolOpt) Enable services on an agent with admin_state_up False. If this option is False, when admin_state_up of an agent is turned False, services on it will be disabled. Agents with admin_state_up False are not selected for automatic scheduling regardless of this option. But manual scheduling to such agents is available if this option is True.
(ListOpt) An ordered list of extension driver entrypoints to be loaded from the neutron.ml2.extension_drivers namespace.
-
-
= None
-
(StrOpt) Default network type for external networks when no provider attributes are specified. By default it is None, which means that if provider attributes are not specified while creating external networks then they will have the same type as tenant networks. Allowed values for external_network_type config option depend on the network type values configured in type_drivers config option.
-
=
(ListOpt) An ordered list of networking mechanism driver entrypoints to be loaded from the neutron.ml2.mechanism_drivers namespace.
(IntOpt) The number of seconds to wait before respawning the ovsdb monitor after losing communication with it.
-
= True
+
= False
(BoolOpt) Enable suppression of ARP responses that don't match an IP address that belongs to the port from which they originate. Note: This prevents the VMs attached to this agent from spoofing, it doesn't protect them from other devices which have the capability to spoof (e.g. bare metal or VMs attached to agents without this flag set to True). Spoofing rules will not be added to any ports that have port security disabled. This requires a version of OVS that supports matching ARP headers.
(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
+
+
+
= 2
+
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
+
+
+
= 0
+
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
(IntOpt) Seconds between connection keepalive heartbeats.
-
-
-
= localhost
-
(StrOpt) Qpid broker hostname.
-
-
-
= $qpid_hostname:$qpid_port
-
(ListOpt) Qpid HA cluster host:port pairs.
-
-
-
=
-
(StrOpt) Password for Qpid connection.
-
-
-
= 5672
-
(IntOpt) Qpid broker port.
-
-
-
= tcp
-
(StrOpt) Transport to use, either 'tcp' or 'ssl'.
-
-
-
= 1
-
(IntOpt) The number of prefetched messages held by receiver.
-
-
-
=
-
(StrOpt) Space separated list of SASL mechanisms to use for auth.
-
-
-
= True
-
(BoolOpt) Whether to disable the Nagle algorithm.
-
-
-
= 1
-
(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.
-
-
-
=
-
(StrOpt) Username for Qpid connection.
-
-
-
= 30
-
(IntOpt) Size of RPC connection pool.
-
-
-
[oslo_messaging_rabbit]
-
-
-
= False
-
(BoolOpt) Auto-delete queues in AMQP.
-
-
-
= False
-
(BoolOpt) Use durable queues in AMQP.
-
-
-
= False
-
(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
-
-
-
= 2
-
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
-
-
-
= 60
-
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).
-
-
-
= 1.0
-
(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.
-
-
-
=
-
(StrOpt) SSL certification authority file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL cert file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL key file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
-
-
-
= False
-
(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.
-
-
-
= localhost
-
(StrOpt) The RabbitMQ broker address where a single node is used.
-
-
-
= $rabbit_host:$rabbit_port
-
(ListOpt) RabbitMQ HA cluster host:port pairs.
-
-
-
= AMQPLAIN
-
(StrOpt) The RabbitMQ login method.
-
-
-
= 0
-
(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).
-
-
-
= guest
-
(StrOpt) The RabbitMQ password.
-
-
-
= 5672
-
(IntOpt) The RabbitMQ broker port where a single node is used.
-
-
-
= 2
-
(IntOpt) How long to backoff for between retries when connecting to RabbitMQ.
-
-
-
= 1
-
(IntOpt) How frequently to retry connecting with RabbitMQ.
(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
+
+
+
= 2
+
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
+
+
+
= 0
+
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
(IntOpt) Seconds between connection keepalive heartbeats.
-
-
-
= localhost
-
(StrOpt) Qpid broker hostname.
-
-
-
= $qpid_hostname:$qpid_port
-
(ListOpt) Qpid HA cluster host:port pairs.
-
-
-
=
-
(StrOpt) Password for Qpid connection.
-
-
-
= 5672
-
(IntOpt) Qpid broker port.
-
-
-
= tcp
-
(StrOpt) Transport to use, either 'tcp' or 'ssl'.
-
-
-
= 1
-
(IntOpt) The number of prefetched messages held by receiver.
-
-
-
=
-
(StrOpt) Space separated list of SASL mechanisms to use for auth.
-
-
-
= True
-
(BoolOpt) Whether to disable the Nagle algorithm.
-
-
-
= 1
-
(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.
-
-
-
=
-
(StrOpt) Username for Qpid connection.
-
-
-
= 30
-
(IntOpt) Size of RPC connection pool.
-
-
-
[oslo_messaging_rabbit]
-
-
-
= False
-
(BoolOpt) Auto-delete queues in AMQP.
-
-
-
= False
-
(BoolOpt) Use durable queues in AMQP.
-
-
-
= False
-
(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
-
-
-
= 2
-
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
-
-
-
= 60
-
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat).
-
-
-
= 1.0
-
(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.
-
-
-
=
-
(StrOpt) SSL certification authority file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL cert file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL key file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
-
-
-
= False
-
(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.
-
-
-
= localhost
-
(StrOpt) The RabbitMQ broker address where a single node is used.
-
-
-
= $rabbit_host:$rabbit_port
-
(ListOpt) RabbitMQ HA cluster host:port pairs.
-
-
-
= AMQPLAIN
-
(StrOpt) The RabbitMQ login method.
-
-
-
= 0
-
(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).
-
-
-
= guest
-
(StrOpt) The RabbitMQ password.
-
-
-
= 5672
-
(IntOpt) The RabbitMQ broker port where a single node is used.
-
-
-
= 2
-
(IntOpt) How long to backoff for between retries when connecting to RabbitMQ.
-
-
-
= 1
-
(IntOpt) How frequently to retry connecting with RabbitMQ.
(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
+
+
+
= 2
+
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
+
+
+
= 0
+
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
= 1.0
@@ -35,7 +55,7 @@
=
-
(StrOpt) SSL version to use (valid only if SSL enabled). valid values are TLSv1 and SSLv23. SSLv2 and SSLv3 may be available on some distributions.
+
(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
(IntOpt) Seconds between connection keepalive heartbeats.
-
-
-
= localhost
-
(StrOpt) Qpid broker hostname.
-
-
-
= $qpid_hostname:$qpid_port
-
(ListOpt) Qpid HA cluster host:port pairs.
-
-
-
=
-
(StrOpt) Password for Qpid connection.
-
-
-
= 5672
-
(IntOpt) Qpid broker port.
-
-
-
= tcp
-
(StrOpt) Transport to use, either 'tcp' or 'ssl'.
-
-
-
= 1
-
(IntOpt) The number of prefetched messages held by receiver.
-
-
-
=
-
(StrOpt) Space separated list of SASL mechanisms to use for auth.
-
-
-
= True
-
(BoolOpt) Whether to disable the Nagle algorithm.
-
-
-
= 1
-
(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.
-
-
-
=
-
(StrOpt) Username for Qpid connection.
-
-
-
= 30
-
(IntOpt) Size of RPC connection pool.
-
-
-
[oslo_messaging_rabbit]
-
-
-
= False
-
(BoolOpt) Auto-delete queues in AMQP.
-
-
-
= False
-
(BoolOpt) Use durable queues in AMQP.
-
-
-
= False
-
(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
-
-
-
= 2
-
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
-
-
-
= 0
-
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
-
-
-
= 1.0
-
(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.
-
-
-
=
-
(StrOpt) SSL certification authority file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL cert file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL key file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
-
-
-
= False
-
(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.
-
-
-
= localhost
-
(StrOpt) The RabbitMQ broker address where a single node is used.
-
-
-
= $rabbit_host:$rabbit_port
-
(ListOpt) RabbitMQ HA cluster host:port pairs.
-
-
-
= AMQPLAIN
-
(StrOpt) The RabbitMQ login method.
-
-
-
= 0
-
(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).
-
-
-
= guest
-
(StrOpt) The RabbitMQ password.
-
-
-
= 5672
-
(IntOpt) The RabbitMQ broker port where a single node is used.
-
-
-
= 2
-
(IntOpt) How long to backoff for between retries when connecting to RabbitMQ.
-
-
-
= 1
-
(IntOpt) How frequently to retry connecting with RabbitMQ.
(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
+
+
+
= 2
+
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
+
+
+
= 0
+
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
= 1.0
@@ -35,7 +55,7 @@
=
-
(StrOpt) SSL version to use (valid only if SSL enabled). valid values are TLSv1 and SSLv23. SSLv2 and SSLv3 may be available on some distributions.
+
(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
(IntOpt) Seconds between connection keepalive heartbeats.
-
-
-
= localhost
-
(StrOpt) Qpid broker hostname.
-
-
-
= $qpid_hostname:$qpid_port
-
(ListOpt) Qpid HA cluster host:port pairs.
-
-
-
=
-
(StrOpt) Password for Qpid connection.
-
-
-
= 5672
-
(IntOpt) Qpid broker port.
-
-
-
= tcp
-
(StrOpt) Transport to use, either 'tcp' or 'ssl'.
-
-
-
= 1
-
(IntOpt) The number of prefetched messages held by receiver.
-
-
-
=
-
(StrOpt) Space separated list of SASL mechanisms to use for auth.
-
-
-
= True
-
(BoolOpt) Whether to disable the Nagle algorithm.
-
-
-
= 1
-
(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.
-
-
-
=
-
(StrOpt) Username for Qpid connection.
-
-
-
= 30
-
(IntOpt) Size of RPC connection pool.
-
-
-
[oslo_messaging_rabbit]
-
-
-
= False
-
(BoolOpt) Auto-delete queues in AMQP.
-
-
-
= False
-
(BoolOpt) Use durable queues in AMQP.
-
-
-
= False
-
(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
-
-
-
= 2
-
(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
-
-
-
= 0
-
(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL
-
-
-
= 1.0
-
(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.
-
-
-
=
-
(StrOpt) SSL certification authority file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL cert file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL key file (valid only if SSL enabled).
-
-
-
=
-
(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
-
-
-
= False
-
(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.
-
-
-
= localhost
-
(StrOpt) The RabbitMQ broker address where a single node is used.
-
-
-
= $rabbit_host:$rabbit_port
-
(ListOpt) RabbitMQ HA cluster host:port pairs.
-
-
-
= AMQPLAIN
-
(StrOpt) The RabbitMQ login method.
-
-
-
= 0
-
(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).
-
-
-
= guest
-
(StrOpt) The RabbitMQ password.
-
-
-
= 5672
-
(IntOpt) The RabbitMQ broker port where a single node is used.
-
-
-
= 2
-
(IntOpt) How long to backoff for between retries when connecting to RabbitMQ.
-
-
-
= 1
-
(IntOpt) How frequently to retry connecting with RabbitMQ.