KATO Tomoyuki 8af43f2775 [config-ref] add Application Catalog configurations
Change-Id: I089723c824201cf2a9a1c46389f30a88f33c94d5
2016-07-24 19:51:15 +09:00

33 lines
1.4 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.
.. _murano-glare:
.. list-table:: Description of glare configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[glare]**
-
* - ``ca_file`` = ``None``
- (String) (SSL) Tells Murano to use the specified certificate file to verify the peer running Glare API.
* - ``cert_file`` = ``None``
- (String) (SSL) Tells Murano to use the specified client certificate file when communicating with Glare.
* - ``endpoint_type`` = ``publicURL``
- (String) Glare endpoint type.
* - ``insecure`` = ``False``
- (Boolean) This option explicitly allows Murano to perform "insecure" SSL connections and transfers with Glare API.
* - ``key_file`` = ``None``
- (String) (SSL/SSH) Private key file name to communicate with Glare API.
* - ``url`` = ``None``
- (String) Optional glare url in format like http://0.0.0.0:9494 used by Glare API