The tempest will start a thread to run tempest, if we monkey patch the
libs without os in root dir of Mogan code tree, the tempest thread will
never be scheduled to run. This change distribute the monkey_patch
statements to mogan/cmd, mogan/tests/unit and mogan/tests/functional.
Closes-Bug: 1702822
Change-Id: I6300030539bb40ce839a508628dab4a68edf6676
Guru is a mechanism whereby developers
and system administrators can generate
a report about the state of a running
Zaqar executable.
This report is called a *Guru Meditation Report*
This mechanism will help developer or operator
to fix issues in (production) deployments without
stopping Mogan service.
Change-Id: Ib0dafa160dc1f4684e17ec30918e1decb4f2c906
Implements: blueprint introduce-guru-to-mogan