Merge "Also write an upgrade_tasks_playbook"
[apex-tripleo-heat-templates.git] / releasenotes / notes / debug_per_service-54a260917c4a7e3a.yaml
1 ---
2 features:
3   - |
4     Allow to configure debug per service.
5     The feature is backward compatible with existing Debug parameter.
6     Adding a new parameter per service, e.g. GlanceDebug. Set to False,
7     it will disable debug for the service, even if Debug is set to True.
8     If Debug is set to False but GlanceDebug is set to True, Glance debug
9     will be enabled.