summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_hello_world.yaml
blob: 8cb40815c8613e299c7d31ef7aa4be14a5bb5d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
heat_template_version: 2013-05-23

description: >
  Template for deploying a single server with predefined properties.

parameters: {}
resources:
  my_server:
    type: OS::Nova::Server
    properties:
      flavor: m1.medium
      image: rhel-6.5-test-image
      user_data_format: SOFTWARE_CONFIG
outputs: {}