Resolved MRN-1233:

Mentioned quantum section in the conductor config description

Change-Id: I3d87e990ced89bb4d5c10f5a366378bdf2926f27
This commit is contained in:
Alexander Tivelkov
2013-10-24 17:43:18 +04:00
parent f6c38cda6e
commit ac06b9a37e

View File

@@ -482,6 +482,10 @@ cp conductor.conf.sample conductor.conf
<para><emphasis>[heat]</emphasis>points where heat is running.
</para>
</listitem>
<listitem>
<para><emphasis>[quantum]</emphasis>points where quantum is running.
</para>
</listitem>
<listitem>
<para><emphasis>[rabbitmq]</emphasis>section points where your rabbitMQ installed and
configured.
@@ -522,6 +526,14 @@ insecure = False
# Valid endpoint types: publicURL (default), internalURL, adminURL
endpoint_type = publicURL
[quantum]
# Optional CA cert file to use in SSL connections
#ca_cert =
# Allow self signed server certificate
insecure = False
# Valid endpoint types: publicURL (default), internalURL, adminURL
endpoint_type = publicURL
[rabbitmq]
# Connection parameters to RabbitMQ service
# Hostname or IP address where RabbitMQ is located.