Example #1
0
 def osd_get(self, context, id):
     LOG.debug("DEBUG test osd_get func")
     osd_list = db.osd_get(context, id)
     #len = osd_list.__len__()
     #LOG.debug(len)
     print osd_list
     for x in osd_list:
         print(x)
Example #2
0
 def osd_get(self, context, id):
     LOG.debug("DEBUG test osd_get func")
     osd_list = db.osd_get(context, id)
     #len = osd_list.__len__()
     #LOG.debug(len)
     print osd_list
     for x in osd_list:
         print(x)
Example #3
0
 def osd_get(self, context, osd_id):
     return db.osd_get(context, osd_id)
 def osd_get(self, context, osd_id):
     return db.osd_get(context, osd_id)