glance client ignores --owner parameter when image-list is paginated
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance Client |
Invalid
|
Undecided
|
Mangayarkarasi | ||
Ubuntu Cloud Archive |
Fix Released
|
Low
|
Unassigned | ||
Icehouse |
Triaged
|
Low
|
Unassigned | ||
Kilo |
Triaged
|
Low
|
Unassigned | ||
python-glanceclient (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Trusty |
Triaged
|
Low
|
Unassigned | ||
Vivid |
Won't Fix
|
Low
|
Unassigned | ||
Wily |
Fix Released
|
Low
|
Unassigned |
Bug Description
Glance client accepts --owner as parameter, but ignores it (does not send to the server).
Steps to reproduce:
1. Create few images for different tenants
2. Configure environment for the administrator user
3. Request glance image-list --owner=
Expected behavior:
List of the images belonging to specified tenant.
Actual behavior:
List of all images.
Snippet from --debug output:
glance --debug image-list --owner=
curl -i -X GET -H 'User-Agent: python-
glance --version
0.14.0
ii python-glanceclient 1:0.14.
Changed in python-glanceclient: | |
assignee: | nobody → Raga lahari (raga-lahari) |
Changed in python-glanceclient: | |
assignee: | Raga lahari (raga-lahari) → nobody |
Changed in python-glanceclient: | |
assignee: | nobody → Mangayarkarasi (m-mariammal) |
Changed in python-glanceclient (Ubuntu Vivid): | |
status: | Triaged → Won't Fix |
Changed in cloud-archive: | |
status: | Triaged → Fix Released |
Changed in python-glanceclient: | |
status: | Incomplete → Invalid |
That's a fairly old version of glanceclient and not one that we actively support. Could you test against a more recent version please?