KATO Tomoyuki e881fcdc16 [config-ref] Add RPC configuration to common
This patch imports RPC content from nova as first step.
I will check and update the configuration options
for all service on the following patch.

Change-Id: I00154e1030bd408b6ae551ba2db8289a783e1c7d
Implements: blueprint config-ref-common-sections
Partial-Bug: #1463565
2016-06-21 13:37:58 +00:00

27 lines
1.1 KiB
ReStructuredText

..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _common-amqp:
.. list-table:: Description of AMQP configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``control_exchange`` = ``openstack``
- (String) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.
* - ``default_publisher_id`` = ``None``
- (String) Default publisher_id for outgoing notifications
* - ``transport_url`` = ``None``
- (String) 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.