コード例 #1
0
def rdebug(s):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix='inventory-charm')
コード例 #2
0
def rdebug(s):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix="beacon")
コード例 #3
0
def rdebug(s, cond=None):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix="block-charm", cond=cond)
コード例 #4
0
def rdebug(s):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix='storpool-presence-requires')
コード例 #5
0
def rdebug(s):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix="openstack-integration")
コード例 #6
0
def rdebug(s):
    sputils.rdebug(s, prefix="service")
コード例 #7
0
def rdebug(s, cond=None):
    sputils.rdebug(s, prefix="osi", cond=cond)