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:
521b8d4
)
Add new environment for debug
author
Wes Hayutin
<weshayutin@gmail.com>
Fri, 7 Oct 2016 14:06:04 +0000
(10:06 -0400)
committer
wes hayutin
<whayutin@redhat.com>
Fri, 7 Oct 2016 17:27:22 +0000
(17:27 +0000)
Introduce a new environment template that enables the Debug parameter.
By default the value is set to "true".
Change-Id: Ieac59de42ffef6afa5d8f10ef1925c32c7dc8551
environments/debug.yaml
[new file with mode: 0644]
patch
|
blob
diff --git a/environments/debug.yaml
b/environments/debug.yaml
new file mode 100644
(file)
index 0000000..
b938555
--- /dev/null
+++ b/
environments/debug.yaml
@@ -0,0
+1,5
@@
+# A Heat environment file which can be used to enable the debug
+# setting in the overcloud openstack services configuration.
+
+parameter_defaults:
+ Debug: true