neutron/neutron/objects
Ihar Hrachyshka 5decc850f1 objects: support advanced criteria for get_objects
Those are needed to accommodate to API request needs without handling
sorting or pagination in Python.

Instead of adding four new arguments to get_objects interface, they are
consolidated using a single Pager object that is passed through the
_pager argument. The name uses underscore to avoid breaking objects that
want to pass 'pager' filter into SQLAlchemy. Hopefully, no objects will
ever have '_pager' attribute in their models.

Related-Bug: #1541928
Change-Id: I7dafc4dbd80f0ac35dbc2c2f30e56e441f5b1fc0
2016-05-31 12:23:13 +02:00
..
db objects: support advanced criteria for get_objects 2016-05-31 12:23:13 +02:00
extensions ovo: Introduce standard attributes to objects 2016-04-08 18:07:19 +00:00
port Port allowed address pairs to OVO 2016-04-18 13:55:10 +02:00
qos Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
__init__.py First QoS versioned objects, ever 2015-07-02 09:21:45 +03:00
address_scope.py Address Scope added to OVO 2016-04-19 09:58:19 -05:00
base.py objects: support advanced criteria for get_objects 2016-05-31 12:23:13 +02:00
common_types.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
rbac_db.py Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
subnet.py Introducing the Subnet OVO 2016-05-21 13:56:16 +02:00
subnetpool.py objects: SubnetPool, SubnetPoolPrefix 2016-04-01 15:20:33 +02:00