Comment 4 for bug 1480960

Revision history for this message
Raga lahari (raga-lahari) wrote : Re: glance client silently ignores --owner parameter

I tested with glance client 0.15.0 and It works fine with the expected behaviour that's it lists the images belonging to specified tenant.

The behaviour as per implementation is it does not send the owner ID in the curl REST API request calls .
Instead in response it receives all images and filters based on owner parameter and lists only the specified tenant images.