Support for markers for pagination as defined in the 1.1 spec.
This commit is contained in:
		@@ -304,6 +304,8 @@ DEFINE_string('osapi_host', '$my_ip', 'ip of api server')
 | 
				
			|||||||
DEFINE_string('osapi_scheme', 'http', 'prefix for openstack')
 | 
					DEFINE_string('osapi_scheme', 'http', 'prefix for openstack')
 | 
				
			||||||
DEFINE_integer('osapi_port', 8774, 'OpenStack API port')
 | 
					DEFINE_integer('osapi_port', 8774, 'OpenStack API port')
 | 
				
			||||||
DEFINE_string('osapi_path', '/v1.0/', 'suffix for openstack')
 | 
					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_project', 'openstack', 'default project for openstack')
 | 
				
			||||||
DEFINE_string('default_image', 'ami-11111',
 | 
					DEFINE_string('default_image', 'ami-11111',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user