heat建立stack

1.使用模板建立虚拟机python

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日志:3d

相关文章
相关标签/搜索