openstack heat学习与初步使用
2018-11-22 本文已影响14人
lzp1234
前言
编写中
参考
https://github.com/openstack/heat-templates/tree/master/hot
https://docs.openstack.org/heat/rocky/template_guide
记录一个奇怪得问题:
get_attr: [my_instance, first_address]
表明 OS::Nova::Server中包含first_address这个属性,可惜官方文档,命令行中都未查到此属性。可以确定此属性可用。