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:
Juan Antonio Osorio Robles
2016-05-24 08:10:41 +03:00
parent 60663a9351
commit 0667a56a9a
2 changed files with 4 additions and 0 deletions

View File

@@ -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.
#

View File

@@ -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.
#