Add new environment for debug
authorWes Hayutin <weshayutin@gmail.com>
Fri, 7 Oct 2016 14:06:04 +0000 (10:06 -0400)
committerwes 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]

diff --git a/environments/debug.yaml b/environments/debug.yaml
new file mode 100644 (file)
index 0000000..b938555
--- /dev/null
@@ -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