Comment 8 for bug 1580093

Revision history for this message
Yuli (stremovsky) wrote :

stack@dfstack:/opt/stack/neutron$ grep rabbit -i /etc/neutron/neutron.conf
# The messaging driver to use, defaults to rabbit. Other drivers include amqp
#rpc_backend = rabbit
[oslo_messaging_rabbit]
# Deprecated group/name - [DEFAULT]/rabbit_durable_queues
# Determines how the next RabbitMQ node is chosen in case the one we are
# one RabbitMQ node is provided in config. (string value)
# The RabbitMQ broker address where a single node is used. (string value)
# Deprecated group/name - [DEFAULT]/rabbit_host
#rabbit_host = localhost
# The RabbitMQ broker port where a single node is used. (port value)
# Deprecated group/name - [DEFAULT]/rabbit_port
#rabbit_port = 5672
# RabbitMQ HA cluster host:port pairs. (list value)
# Deprecated group/name - [DEFAULT]/rabbit_hosts
#rabbit_hosts = $rabbit_host:$rabbit_port
# Connect over SSL for RabbitMQ. (boolean value)
# Deprecated group/name - [DEFAULT]/rabbit_use_ssl
#rabbit_use_ssl = false
# The RabbitMQ userid. (string value)
# Deprecated group/name - [DEFAULT]/rabbit_userid
#rabbit_userid = guest
# The RabbitMQ password. (string value)
# Deprecated group/name - [DEFAULT]/rabbit_password
#rabbit_password = guest
# The RabbitMQ login method. (string value)
# Deprecated group/name - [DEFAULT]/rabbit_login_method
#rabbit_login_method = AMQPLAIN
# The RabbitMQ virtual host. (string value)
# Deprecated group/name - [DEFAULT]/rabbit_virtual_host
#rabbit_virtual_host = /
# How frequently to retry connecting with RabbitMQ. (integer value)
#rabbit_retry_interval = 1
# How long to backoff for between retries when connecting to RabbitMQ. (integer
# Deprecated group/name - [DEFAULT]/rabbit_retry_backoff
#rabbit_retry_backoff = 2
# Maximum interval of RabbitMQ connection retries. Default is 30 seconds.
#rabbit_interval_max = 30
# Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry
# Deprecated group/name - [DEFAULT]/rabbit_max_retries
#rabbit_max_retries = 0
# Try to use HA queues in RabbitMQ (x-ha-policy: all). If you change this
# option, you must wipe the RabbitMQ database. In RabbitMQ 3.0, queue mirroring
# generated names) are mirrored across all nodes, run: "rabbitmqctl set_policy
# Deprecated group/name - [DEFAULT]/rabbit_ha_queues
#rabbit_ha_queues = false
#rabbit_transient_queues_ttl = 1800
#rabbit_qos_prefetch_count = 0
# Number of seconds after which the Rabbit broker is considered down if
# Deprecated group/name - [DEFAULT]/fake_rabbit
#fake_rabbit = false
# Max number of not acknowledged message which RabbitMQ can send to
# Max number of not acknowledged message which RabbitMQ can send to rpc
# Max number of not acknowledged message which RabbitMQ can send to rpc reply