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>
|
||||
</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.
|
||||
|
Reference in New Issue
Block a user