def get_cloudinit(p, c, m, run_name):
    """Get cloudinit.d API handle.  Loads any new EPU related services in the process.
    """
    return cloudinitd_load.load(p, c, m, run_name, _find_dbdir(p), wholerun=_wholerun(p))
def load(p, c, m, run_name, silent=False):
    """Load any EPU related instances from a local cloudinit.d launch with the same run name.
    If the wholerun argument is supplied, all services/instances in the run are loaded
    """
    cloudinitd_load.load(p, c, m, run_name, _find_dbdir(p), silent=silent, wholerun=_wholerun(p))