forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com> Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
1010 B
1010 B
Creating an ECS
Application Scenarios
This template is used to create an ECS.
Example Template
heat_template_version: 2014-10-16 description: Create a simple ECS instance. resources: nova_serer: type: OS::Nova::Server properties: name: ECS Name image: Image Name or ID flavor: Flavor Name key_name: Key Pair networks: - network: Network Name or ID availability_zone: AZ Name
Parent topic: Example Templates