.. 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-heat: .. list-table:: Description of Orchestration service configuration options :header-rows: 1 :class: config-ref-table * - Configuration option = Default value - Description * - **[heat]** - * - ``ca_file`` = ``None`` - (String) (SSL) Tells Murano to use the specified certificate file to verify the peer running Heat API. * - ``cert_file`` = ``None`` - (String) (SSL) Tells Murano to use the specified client certificate file when communicating with Heat. * - ``endpoint_type`` = ``publicURL`` - (String) Heat endpoint type. * - ``insecure`` = ``False`` - (Boolean) This option explicitly allows Murano to perform "insecure" SSL connections and transfers with Heat API. * - ``key_file`` = ``None`` - (String) (SSL/SSH) Private key file name to communicate with Heat API. * - ``stack_tags`` = ``murano`` - (List) List of tags to be assigned to heat stacks created during environment deployment. * - ``url`` = ``None`` - (String) Optional heat endpoint override