该文章属于 VIP 分类,开通 VIP 或购买解锁后可阅读全文。
heat orchestration

Heat Orchestration Deployment Common Heat Commands 1. Query Resource Type List ``` [root@controller ~]# openstack orchestration resource type list ``` # Filter out flavor resources ``` [root@controller ~]# openstack orchestration resource type list | grep -i flavor | OS::Nova::F ```