Comment 1 for bug 1367393

Revision history for this message
Endre Karlson (endre-karlson) wrote :

heat_template_version: 2013-05-23

parameters:
  image:
    default: ubuntu-14.04-amd64
    type: string
  flavor:
    default: m1.small
    type: string
  csv:
    default: a,b,c
    type: comma_delimited_list

resources:
  my_server:
    type: OS::Nova::Server
    properties:
      image: { get_param: image }
      flavor: { get_param: flavor }

+----------------------+--------------------------------------------------------------------------------------------------------------+
| Property | Value |
+----------------------+--------------------------------------------------------------------------------------------------------------+
| capabilities | [] |
| creation_time | 2014-09-09T18:14:56Z |
| description | No description |
| disable_rollback | True |
| id | 3bc645a1-2c0e-4801-9113-c68b9b9df5dc |
| links | http://172.16.10.4:8004/v1/3d8391080d4a4ec4b3eadf18e6b1539a/stacks/test/3bc645a1-2c0e-4801-9113-c68b9b9df5dc |
| notification_topics | [] |
| outputs | [] |
| parameters | { |
| | "image": "ubuntu-14.04-amd64", |
| | "csv": "[u'a', u'b', u'c']", |
| | "OS::stack_id": "3bc645a1-2c0e-4801-9113-c68b9b9df5dc", |
| | "OS::stack_name": "test", |
| | "flavor": "m1.small" |
| | } |
| stack_name | test |
| stack_status | CREATE_COMPLETE |
| stack_status_reason | Stack CREATE completed successfully |
| template_description | No description |
| timeout_mins | 60 |
| updated_time | None |
+----------------------+--------------------------------------------------------------------------------------------------------------+