update comment in the template
[heat-templates.git] / qa / zaqar.yaml
blob535a19a197973e1e51a9608ea3a53734b120e638
1 heat_template_version: 2013-05-23
3 description: |
4   Test template using Zaqar (Cloud Queues)
6 resources:
8   queue:
9     type: OS::Zaqar::Queue
10     properties:
11       name:
12         str_replace:
13           template: stack-queue
14           params:
15             stack: { get_param: "OS::stack_name" }
16       metadata:
17         rax-heat: { get_param: "OS::stack_id" }
18         stack-name: { get_param: "OS::stack_name" }
20       
23       
24       
25