Added transport URL example from oslo.messaging docs
It is worth noting that one can specify several hosts on the transport_url configuration options from oslo.messaging both for RPCs and for notifications. So it will be useful for users of the module to see the format. Change-Id: Ia39f2e4e1ff3f02f1b14b56f985fae98446c6c10
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
# (Optional) A URL representing the messaging driver to use
|
||||
# and its full configuration. If not set, we fall back to
|
||||
# the rpc_backend option and driver specific configuration.
|
||||
# Transport URLs take the form:
|
||||
# transport://user:pass@host1:port[,hostN:portN]/virtual_host
|
||||
# (string value)
|
||||
# Defaults to $::os_service_default.
|
||||
#
|
||||
|
@@ -17,6 +17,8 @@
|
||||
# (Optional) A URL representing the messaging driver to use for
|
||||
# notifications. If not set, we fall back to the same
|
||||
# configuration used for RPC.
|
||||
# Transport URLs take the form::
|
||||
# transport://user:pass@host1:port[,hostN:portN]/virtual_host
|
||||
# (string value)
|
||||
# Defaults to $::os_service_default.
|
||||
#
|
||||
|
Reference in New Issue
Block a user