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]
/
dev
/
region_stack.template
blob
0d94f35b4c4e14c2e501a5eb6829b44be41304bc
1
heat_template_version: 2013-05-23
2
3
parameters:
4
region:
5
type: string
6
resources:
7
resource1:
8
type: OS::Nova::Server
9
properties:
10
image: Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)
11
flavor: 2 GB Performance
12
name:
13
str_replace:
14
template: stack-server-region
15
params:
16
stack: { get_param: "OS::stack_name" }
17
region: { get_param: region }