[glance] ca_file = None |
(StrOpt) (SSL) Tells Murano to use the specified certificate file to verify the peer running Glance API. |
[glance] cert_file = None |
(StrOpt) (SSL) Tells Murano to use the specified client certificate file when communicating with Glance. |
[glance] endpoint_type = publicURL |
(StrOpt) Glance endpoint type. |
[glance] insecure = False |
(BoolOpt) This option explicitly allows Murano to perform “insecure” SSL connections and transfers with Glance API. |
[glance] key_file = None |
(StrOpt) (SSL/SSH) Private key file name to communicate with Glance API. |
[glance] url = None |
(StrOpt) Optional glance endpoint override |