gantt/nova/common
pengyuwei 84710606d5 Implement paginate query use marker in nova-api
1.add limit and marker param to db.instance_get_all_by_filters()
2.set the filter use marker
3.execute limit before sqlarchmy get_all()
4.add testcase 'test_db_api.test_instance_get_all_by_filters_paginate'
5.related testcase:
    test_get_servers_with_marker()
    test_get_servers_with_limit_and_marker()
  in nova/tests/api/openstack/compute/test_servers.py
    test_instance_get_all_by_filters_paginate()
  in nova/tests/test_db_api.py
6.add InvalidSortkey exception

Implement bp:efficient-limiting.

Change-Id: Iea3eeb7b51194b6017d624506aafc6469d7338e4
2012-09-07 19:20:51 +08:00
..
__init__.py Add new cfg module 2011-12-07 15:26:43 +00:00
deprecated.py Only log deprecated config warnings once. 2012-08-05 08:41:22 -04:00
eventlet_backdoor.py OpenStack capitalization added to HACKING.rst 2012-08-17 15:59:32 -05:00
memorycache.py Replaces functions in utils.py with openstack/common/timeutils.py 2012-06-16 07:17:01 +08:00
sqlalchemyutils.py Implement paginate query use marker in nova-api 2012-09-07 19:20:51 +08:00