diff --git a/etc/octavia.conf b/etc/octavia.conf index 6b037d86ae..ea50ecdd62 100644 --- a/etc/octavia.conf +++ b/etc/octavia.conf @@ -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://:@127.0.0.1:5672/ +# For HA, specify queue nodes in cluster, comma delimited: +# transport_url = rabbit://:@server01,:@server02/ + +# 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