openstacksdk/openstack/tests/unit/compute
Brian Curtin 88f27bf520 Add limit and marker to QueryParameters class
After moving to resource2, we've sort of lost the ability to set limits
and markers on list calls while adding query mappings to Resource
subclasses via the QueryParameters class. Every accepted query parameter
must be listed there, so because we didn't have limit and marker in
there, we were only supporting unbounded list requests even though
Resource.list is capable of accepting limit and marker arguments.

This change adds limit and marker into the default mapping since they're
so widely used.

Change-Id: I31901b03974b198af3d7231003d985a1ae54062f
2016-10-10 09:56:51 -04:00
..
v2 Add limit and marker to QueryParameters class 2016-10-10 09:56:51 -04:00
__init__.py Make way for the functional tests 2015-03-31 17:07:47 -05:00
test_compute_service.py Change visibility to interface 2015-07-31 18:40:15 +00:00
test_version.py Make way for the functional tests 2015-03-31 17:07:47 -05:00