summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/tests/data/hot_output/autoscaling/asg_res.yaml
blob: d3415eaffeabe3524839631827299c2df7d73685 (plain)
1
2
3
4
5
6
7
8
9
10
heat_template_version: 2013-05-23
description: Tacker Scaling template
resources:
  my_server_1:
    type: OS::Nova::Server
    properties:
      flavor: m1.medium
      user_data_format: SOFTWARE_CONFIG
      software_config_transport: POLL_SERVER_HEAT
      image: rhel-6.5-test-image