test/automated-robot-suite/Utils/stack_template.yml

18 lines
349 B
YAML

heat_template_version: pike
description: Launch an instance with Cirros image.
parameters:
NetID:
type: string
description: Network ID to use for the instance.
resources:
server:
type: OS::Nova::Server
properties:
image: cirros
flavor: f1.small
key_name:
networks:
- network: { get_param: NetID }