Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
569e73f
)
Add default value for `RoleData`
author
Flavio Percoco
<flaper87@gmail.com>
Mon, 25 Jul 2016 14:31:02 +0000
(16:31 +0200)
committer
Flavio Percoco
<flaper87@gmail.com>
Fri, 29 Jul 2016 12:18:37 +0000
(14:18 +0200)
This just adds a default value for `RoleData` in
docker/compute-post.yaml
Change-Id: I96a01dc22e03980b93b32f0f9990f35b83ecfb24
docker/compute-post.yaml
patch
|
blob
|
history
diff --git
a/docker/compute-post.yaml
b/docker/compute-post.yaml
index
3fc0756
..
60b831b
100644
(file)
--- a/
docker/compute-post.yaml
+++ b/
docker/compute-post.yaml
@@
-42,6
+42,9
@@
parameters:
type: string
description: Config manifests that will be used to step through the deployment.
default: ''
+ RoleData:
+ type: json
+ default: {}
resources: