oslo_messaging_rabbit settings are deprecated
Use [DEFAULT]/transport_url instead. Change-Id: I6b8a44958570c970b6ce1a48e5d7c09cb2ec3c43
This commit is contained in:
parent
e24e3934c2
commit
e51a073614
@ -18,6 +18,15 @@
|
|||||||
# The default value is the hostname of the host machine.
|
# The default value is the hostname of the host machine.
|
||||||
# host =
|
# 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]
|
[database]
|
||||||
# This line MUST be changed to actually run the plugin.
|
# This line MUST be changed to actually run the plugin.
|
||||||
# Example:
|
# Example:
|
||||||
@ -191,16 +200,6 @@
|
|||||||
# engine = serial
|
# engine = serial
|
||||||
# max_workers = 5
|
# 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]
|
[oslo_messaging]
|
||||||
# Queue Consumer Thread Pool Size
|
# Queue Consumer Thread Pool Size
|
||||||
# rpc_thread_pool_size = 2
|
# rpc_thread_pool_size = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user