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
This commit is contained in:
Wes Hayutin 2016-10-07 10:06:04 -04:00 committed by wes hayutin
parent 521b8d418f
commit ff908cc0cc
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