Comment 3 for bug 1560093

Revision history for this message
Cao ShuFeng (caosf-fnst) wrote :

If you really want to implement this, I suggest that we add a "retrieve_all=False" param to the list() function.
So that we can keep backward compatibility.
Maybe like this[1].

[1]: https://github.com/openstack/python-neutronclient/blob/master/neutronclient/v2_0/client.py#L353