Comment 1 for bug 1168260

Revision history for this message
Qing Xin Meng (mengqxqx) wrote :

Fixed this issue when i changed code from:

def get_instance_type_by_flavor_id(flavorid, ctxt=None, read_deleted="yes"):

to

def get_instance_type_by_flavor_id(flavorid, ctxt=None, read_deleted="no"):

What do you think this?