def rdebug(s):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix='inventory-charm')
Ejemplo n.º 2
0
def rdebug(s):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix="beacon")
def rdebug(s, cond=None):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix="block-charm", cond=cond)
Ejemplo n.º 4
0
def rdebug(s):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix='storpool-presence-requires')
Ejemplo n.º 5
0
def rdebug(s):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix="openstack-integration")
Ejemplo n.º 6
0
def rdebug(s):
    sputils.rdebug(s, prefix="service")
def rdebug(s, cond=None):
    sputils.rdebug(s, prefix="osi", cond=cond)