Document composable-debug feature

Document the blueprint to configure Debug for each OpenStack services.

Change-Id: If26d9c302b42a5b2b638682467264721e81db17d
Implement-blueprint: composable-debug
This commit is contained in:
Emilien Macchi 2017-06-14 09:58:00 -04:00
parent 9488921dcc
commit 90a585601c

View File

@ -250,3 +250,21 @@ If you're using advanced profile matching with multiple flavors, make sure
you have enough nodes corresponding to each flavor/profile. Watch
``capabilities`` key in ``properties`` field for ``ironic node-show``.
It should contain e.g. ``profile:compute``.
Debugging OpenStack services
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Since Pike release, TripleO now offers an easy way to enable per-service debug
without relying on knowledge of the puppet interfaces.
Each OpenStack service has now its own Debug parameter.
* Operators who want to enable Debug everywhere will set ``Debug`` to ``true``.
* Operators who want to disable Debug everywhere will set ``Debug`` to ``false``.
* Operators who want to disable Debug everywhere except for Glance will set ``Debug`` to
``false`` and ``GlanceDebug`` to ``true``.
* Operators who want to enable Debug everywhere except for Glance will set ``Debug`` to
``true`` and ``GlanceDebug`` to ``false``.
Glance was an example, but all OpenStack services are supported. You can find their Debug
in the TripleO Heat Templates composable services.