From ff908cc0ccee03f572eb4f7d96f94ca142b81709 Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Fri, 7 Oct 2016 10:06:04 -0400 Subject: 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 --- environments/debug.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 environments/debug.yaml (limited to 'environments/debug.yaml') 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 -- cgit 1.2.3-korg