oslo_messaging_rabbit settings are deprecated

Use [DEFAULT]/transport_url instead.

Change-Id: I6b8a44958570c970b6ce1a48e5d7c09cb2ec3c43
This commit is contained in:
Adam Harwell 2016-12-19 16:23:40 -08:00
parent e24e3934c2
commit e51a073614

View File

@ -18,6 +18,15 @@
# The default value is the hostname of the host machine.
# host =
# AMQP Transport URL
# For Single Host, specify one full transport URL:
# transport_url = rabbit://<user>:<pass>@127.0.0.1:5672/<vhost>
# For HA, specify queue nodes in cluster, comma delimited:
# transport_url = rabbit://<user>:<pass>@server01,<user>:<pass>@server02/<vhost>
# transport_url =
[database]
# This line MUST be changed to actually run the plugin.
# Example:
@ -191,16 +200,6 @@
# engine = serial
# max_workers = 5
[oslo_messaging_rabbit]
# Rabbit and HA configuration:
# rabbit_userid = octavia
# rabbit_password = password
# rabbit_port = 5672
# For HA, specify queue nodes in cluster, comma delimited:
# For example: rabbit_hosts = 192.168.50.8:5672, 192.168.50.9:5672
# rabbit_hosts = localhost:5672
[oslo_messaging]
# Queue Consumer Thread Pool Size
# rpc_thread_pool_size = 2