This got fixed somewhere along the way in The Big Refactor series (starting https://review.openstack.org/#/c/516778/)
** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1702420 Title: The AllocationCandidates.get_by_filters returned wrong combination of AllocationRequests Status in OpenStack Compute (nova): Fix Released Bug description: The case is: compute node1 associated with shared storage pool1 compute node2 associated with shared storage pool2 The expected AllocationRequests returned as the combinations: cn1 and ss1 cn2 and ss2 But the current implementation returned: cn1, ss1 and ss2 cn2, ss1 and ss2 To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1702420/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp