get_members with filter not returning any values
Hey, I was trying to get the members belonging to particular pool in loadpalancer_db by calling this,
get_members(context,{'pool_d':'some_id_received_by'})
and was expecting all the members belonging to that pool. but its not returning anything. Am I missing anything and if I dont specify any filter I receive all the data. I even tried giving some false id and at that time also it did not return anything.
Please recheck the filter key you are specifying is 'pool_id' and not 'pool_d'. AFAIU, if the filter key you specify is a field/column of the model, filter should work well.
this is the data i get with out any filter { *** 050496-7ea1-4cd9-87c1-644bc3ca7069', 'pool_id': u'c6cc8cea-eefc-4067-8a04-fee89a1e1014' ****} but if have any filter like get_members(context,{'pool_id':u'c6cc8cea-eefc-4067-8a04-fee89a1e1014'} its returns []. Is there any thing i am missing ?
Which version/release of Neutron are you using?