Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1113477

Summary: [RFE] support pagination for volume list
Product: Red Hat OpenStack Reporter: Matthias Runge <mrunge>
Component: python-cinderclientAssignee: Eric Harney <eharney>
Status: CLOSED CURRENTRELEASE QA Contact: Yogev Rabl <yrabl>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.0 (RHEL 7)CC: aortega, athomas, eharney, jruzicka, nlevinki, sgotliv, yeylon
Target Milestone: ---Keywords: FutureFeature, ZStream
Target Release: 6.0 (Juno)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-cinderclient-1.1.1-1.el7ost Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-08-06 19:00:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1112560    

Description Matthias Runge 2014-06-26 09:21:24 UTC
since v2 api supports pagination: https://github.com/openstack/cinder/blob/master/cinder/api/v2/volumes.py#L228,
we should add this support in cinderclient too.

As mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=1112560#c9:
Cinder's v2 API supports pagination.  Cinderclient doesn't yet support it

That feature would be required to fix https://bugzilla.redhat.com/show_bug.cgi?id=1112560