aboutsummaryrefslogtreecommitdiffstats
path: root/environments
diff options
context:
space:
mode:
authorWes Hayutin <weshayutin@gmail.com>2016-10-07 10:06:04 -0400
committerwes hayutin <whayutin@redhat.com>2016-10-07 17:27:22 +0000
commitff908cc0ccee03f572eb4f7d96f94ca142b81709 (patch)
tree24fc569e5aa7d11c415099eea3bb3a94a14f2e31 /environments
parent521b8d418f4b1dd7a4fa65f92737caa03e60f6be (diff)
Add new environment for debug
Introduce a new environment template that enables the Debug parameter. By default the value is set to "true". Change-Id: Ieac59de42ffef6afa5d8f10ef1925c32c7dc8551
Diffstat (limited to 'environments')
-rw-r--r--environments/debug.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/environments/debug.yaml b/environments/debug.yaml
new file mode 100644
index 00000000..b938555c
--- /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