neutron-lib/neutron_lib/db/__init__.py
Henry Gessau b76a35a233 Add pagination helpers
In neutron core we want to deprecate
  neutron.db.sqlalchemyutils.paginate_query()
in favor of
  oslo_db.sqlalchemy.utils.paginate_query()

However, the oslo.db method takes different arguments. So we provide
helpers for converting the arguments to the oslo.db format.

Change-Id: I6de2945c7ed2ab48c285824a62ee0da61b030589
2016-03-18 21:41:41 -04:00

0 lines
Python