Resolved MRN-1233:
Mentioned quantum section in the conductor config description Change-Id: I3d87e990ced89bb4d5c10f5a366378bdf2926f27
This commit is contained in:
@@ -482,6 +482,10 @@ cp conductor.conf.sample conductor.conf
|
|||||||
<para><emphasis>[heat]</emphasis>points where heat is running.
|
<para><emphasis>[heat]</emphasis>points where heat is running.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para><emphasis>[quantum]</emphasis>points where quantum is running.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><emphasis>[rabbitmq]</emphasis>section points where your rabbitMQ installed and
|
<para><emphasis>[rabbitmq]</emphasis>section points where your rabbitMQ installed and
|
||||||
configured.
|
configured.
|
||||||
@@ -522,6 +526,14 @@ insecure = False
|
|||||||
# Valid endpoint types: publicURL (default), internalURL, adminURL
|
# Valid endpoint types: publicURL (default), internalURL, adminURL
|
||||||
endpoint_type = publicURL
|
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]
|
[rabbitmq]
|
||||||
# Connection parameters to RabbitMQ service
|
# Connection parameters to RabbitMQ service
|
||||||
# Hostname or IP address where RabbitMQ is located.
|
# Hostname or IP address where RabbitMQ is located.
|
||||||
|
Reference in New Issue
Block a user