Ejemplo n.º 1
0
Archivo: utils.py Proyecto: e0ne/brick
def brick_get_connector_properties():
    """wrapper for the brick calls to automatically set
    the root_helper needed for brick.
    """

    root_helper = get_root_helper()
    return connector.get_connector_properties(root_helper, CONF.my_ip)
Ejemplo n.º 2
0
def brick_get_connector_properties():
    """wrapper for the brick calls to automatically set
    the root_helper needed for brick.
    """

    root_helper = get_root_helper()
    return connector.get_connector_properties(root_helper,
                                              CONF.my_ip)
Ejemplo n.º 3
0
 def get_connector(self):
     """Fetch the initiator side connection information."""
     root_helper = utils.get_root_helper()
     return connector.get_connector_properties(root_helper,
                                               self.configuration.my_ip)
Ejemplo n.º 4
0
 def get_connector(self):
     """Fetch the initiator side connection information."""
     root_helper = utils.get_root_helper()
     return connector.get_connector_properties(root_helper,
                                               self.configuration.my_ip)