openstack-manuals/doc/config-reference/source/tables/murano-glare.rst
KATO Tomoyuki 8af43f2775 [config-ref] add Application Catalog configurations
Change-Id: I089723c824201cf2a9a1c46389f30a88f33c94d5
2016-07-24 19:51:15 +09:00

1.4 KiB

Description of glare configuration options
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