<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">The network info for an instance is cached as a blob of data (neutron has the canonical version in most installs), so it isn’t particularly easy to do at the database layer. You would likely need a pretty complex stored procedure to do it accurately.<div><br></div><div>Vish</div><div><br><div><div>On Jan 27, 2015, at 2:00 PM, Steven Kaufer <<a href="mailto:kaufer@us.ibm.com">kaufer@us.ibm.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><p><font size="2" face="sans-serif">Hello,</font><br>
<br>
<font size="2" face="sans-serif">When applying an IP address filter to a paginated servers query (eg, supplying servers/detail?ip=192.168&limit=100), the IP address filtering is only being applied against the non-filtered page of servers that were retrieved from the DB; see [1].</font><br>
<br>
<font size="2" face="sans-serif">I believe that the IP address filtering should be done before the limit is applied, returning up to <limit> servers that match the IP address filter.  Currently, if the servers in the page of data returned from the DB do not happen to match the IP address filter (applied in the compute API), then no servers will be returned by the REST API (even if there are servers that match the IP address filter).</font><br>
<br>
<font size="2" face="sans-serif">This seems like a bug to me, shouldn't all filtering be done at the DB layer?</font><br>
<br>
<font size="2" face="sans-serif">[1]: </font><a href="https://github.com/openstack/nova/blob/master/nova/compute/api.py#L2037-L2042"><font size="2" face="sans-serif">https://github.com/openstack/nova/blob/master/nova/compute/api.py#L2037-L2042</font></a><br>
<br>
<font size="2" face="sans-serif">Thanks,</font><br>
<font size="2" face="sans-serif">Steven Kaufer</font></p></div>__________________________________________________________________________<br>OpenStack Development Mailing List (not for usage questions)<br>Unsubscribe: <a href="mailto:OpenStack-dev-request@lists.openstack.org">OpenStack-dev-request@lists.openstack.org</a>?subject:unsubscribe<br><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br></blockquote></div><br></div></body></html>