Example #1
0
def get_wfds():
    c = Connector().morph()
    ret = c.list_actions('opensds')
    return ret
def get_wfds():
    c = Connector().morph()
    ret = c.list_actions('opensds')
    logger.debug("returning list of actions: %s" % (ret))
    return ret