Overview of Heat
            Using the IaaS, it is possible to automatically create and manage systems that involve virtual resources such as "virtual
               servers", "virtual networks", and "virtual volumes", using the provided orchestration function. Heat places requests for operations
               with the coordination function based on various definition templates (text-based).
            
         
 What are Heat templates?
            In order to use Heat, text-based templates written in the YAML format are necessary. These templates are generally referred
               to as HOT (Heat Orchestration Templates), but in this document they are referred to as Heat templates.
            
         
 Creating stacks using Heat templates
            Here, as an example, we explain the procedure for creating a stack from a Heat template, using the IaaS service portal.