← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] lp:~julian-edwards/maas/list_allocated_filter into lp:maas

 

>         nodes = self.filter(token=token)
> +        if ids is not None:
> +            nodes = self.filter(system_id__in=ids)

If ids are given it's possible to get nodes not associated with the token.

-- 
https://code.launchpad.net/~julian-edwards/maas/list_allocated_filter/+merge/98966
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~julian-edwards/maas/list_allocated_filter into lp:maas.


References