heat创建stack

Posted caesarlinsa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了heat创建stack相关的知识,希望对你有一定的参考价值。

1.使用模板创建虚拟机

heat_template_version: 2018-09-04
description: Simple template to deploy a virtual machine.
resources:
   my_hello_vm: #资源名
      type: OS::Nova::Server # nova方法
      properties:
         image: cirros  #镜像名
         flavor: m1.small #flavor名
         networks:
            - network: testnet  #网络名

技术分享图片

检查创建的stack失败

技术分享图片

技术分享图片

 检查engine日志:

技术分享图片

以上是关于heat创建stack的主要内容,如果未能解决你的问题,请参考以下文章

heat creating first stack

如何包含由 Heat 创建的 Wix Fragments

openstack-kilo--issue(十七) heat创建网络Quota exceeded for resources OverQuotaClient: resources.dmz_prote

Heat Environment详解

heat模板

Wix Heat 输出没有像我想要的那样引用目录