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: I98eafe193cdd5e69e5914349242fc8e88edc1a55
(cherry picked from commit ff908cc0cc)
This commit is contained in:
Wes Hayutin 2016-10-07 10:06:04 -04:00
parent 3fa6e990cf
commit 496828aa53
1 changed files with 5 additions and 0 deletions

5
environments/debug.yaml Normal file
View File

@ -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