Files
python-cinderclient/cinderclient
zwei 8bc5a446f0 Fix wrong request url when retrieving multiple request
When the length of resource list is larger than osapi_max_limit.
Cinder will return a "maker url" which marks index of resources
already returned to client.
_cs_request() function fo HTTPClient will link the endpoint url of cinder
and this "marker url" together then use this wrong linked url to request
the server side, which cause a NotFound exception.

Closes-bug: #1560862
Change-Id: I416b63758373dc8ad29818d6952d1e9dd58d05f2
2016-03-25 23:52:31 +08:00
..
2016-03-02 17:12:20 +00:00
2014-02-12 10:18:09 -06:00
2016-01-27 15:11:41 -06:00
2016-02-24 13:46:39 -06:00