Paginated results should not include the item starting at marker.
Improved implementation of common.limited_by_marker as suggested by Matt Dietz. Added flag osapi_max_limit.
This commit is contained in:
		| @@ -302,6 +302,8 @@ DEFINE_string('osapi_host', '$my_ip', 'ip of api server') | ||||
| DEFINE_string('osapi_scheme', 'http', 'prefix for openstack') | ||||
| DEFINE_integer('osapi_port', 8774, 'OpenStack API port') | ||||
| DEFINE_string('osapi_path', '/v1.0/', 'suffix for openstack') | ||||
| DEFINE_integer('osapi_max_limit', 1000, | ||||
|                'max number of items returned in a collection response') | ||||
|  | ||||
| DEFINE_string('default_project', 'openstack', 'default project for openstack') | ||||
| DEFINE_string('default_image', 'ami-11111', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Naveed Massjouni
					Naveed Massjouni