Example #1
0
 def _db_compute_node_get_all_by_host(context, host, use_slave=False):
     return db.compute_node_get_all_by_host(context, host)
Example #2
0
 def compute_node_get_all_by_host(self, context, host):
     return db_api.compute_node_get_all_by_host(context, host)