From: Wes Hayutin Date: Fri, 7 Oct 2016 14:06:04 +0000 (-0400) Subject: Add new environment for debug X-Git-Tag: opnfv-6.0.0~1504^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ff908cc0ccee03f572eb4f7d96f94ca142b81709;p=apex-tripleo-heat-templates.git 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 --- 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