repo.or.cz
/
heat-templates.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update comment in the template
[heat-templates.git]
/
qa
/
zaqar.yaml
blob
535a19a197973e1e51a9608ea3a53734b120e638
1
heat_template_version: 2013-05-23
2
3
description: |
4
Test template using Zaqar (Cloud Queues)
5
6
resources:
7
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" }
19
20
21
22
23
24
25