Also, if you are an admin, you can `export OS_TENANT_ID` to the project and list images with property is-public false. <span></span><br><br>On Monday, January 25, 2016, Kris G. Lindgren <<a href="mailto:klindgren@godaddy.com">klindgren@godaddy.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This doesn't answer your specific question.  However there are two projects out there that are specifically for cleaning up projects and everything associated with them for removal.  They are:<br>
<br>
The coda project: <a href="https://github.com/openstack/osops-coda" target="_blank">https://github.com/openstack/osops-coda</a><br>
<br>
Which given a tenant ID will cleanup all resources for the tenant before its removed.  This is a project that came out of HP and has been turned over to the Openstack-Operators group.<br>
<br>
The second one is: <a href="https://github.com/openstack/ospurge" target="_blank">https://github.com/openstack/ospurge</a><br>
<br>
This project works on projects that have already been deleted from keystone but has orphaned resources (you can also use it on active projects as well).<br>
<br>
___________________________________________________________________<br>
Kris Lindgren<br>
Senior Linux Systems Engineer<br>
GoDaddy<br>
<br>
<br>
<br>
<br>
<br>
<br>
On 1/25/16, 8:49 AM, "Thomas Blank - Hetzner Online AG" <<a href="javascript:;" onclick="_e(event, 'cvml', 'thomas.blank@hetzner.de')">thomas.blank@hetzner.de</a>> wrote:<br>
<br>
>Hey there,<br>
><br>
>have you tried using the --property option of the openstack-client?<br>
>You could filter images by their owner (openstack_project_id or name).<br>
><br>
>"openstack image list --property owner=[openstack_project_id]"<br>
><br>
>see:<br>
><br>
><a href="http://docs.openstack.org/developer/python-openstackclient/command-objects/image.html#cmdoption-image-list--property" target="_blank">http://docs.openstack.org/developer/python-openstackclient/command-objects/image.html#cmdoption-image-list--property</a><br>
><br>
>thomas blank,<br>
><br>
><br>
><br>
>On 25.01.2016 16:19, Saverio Proto wrote:<br>
>> Hello there,<br>
>><br>
>> I need to delete some users  and tenants from my public cloud. Before<br>
>> deleting the users and tenants from keystone, I need to delete all the<br>
>> resources in the tenants.<br>
>><br>
>> I am stucked listing the glance images uploaded in a specific tenant.<br>
>> I cannot find the way, I always get either all the images in the<br>
>> system, or just the ones of the active OS_TENANT_NAME<br>
>><br>
>> openstack help image list<br>
>> usage: openstack image list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]<br>
>>                             [--max-width <integer>] [--noindent]<br>
>>                             [--quote {all,minimal,none,nonnumeric}]<br>
>>                             [--public | --private | --shared]<br>
>>                             [--property <key=value>] [--long]<br>
>>                             [--sort <key>[:<direction>]]<br>
>><br>
>> As a work around I can add a user with member role in the tenant, and<br>
>> list in that way ... but, there is really no way to specifiy<br>
>> --tenant=id in the openstack client ?<br>
>><br>
>> thank you<br>
>><br>
>> Saverio<br>
>><br>
>> _______________________________________________<br>
>> OpenStack-operators mailing list<br>
>> <a href="javascript:;" onclick="_e(event, 'cvml', 'OpenStack-operators@lists.openstack.org')">OpenStack-operators@lists.openstack.org</a><br>
>> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
>><br>
><br>
>_______________________________________________<br>
>OpenStack-operators mailing list<br>
><a href="javascript:;" onclick="_e(event, 'cvml', 'OpenStack-operators@lists.openstack.org')">OpenStack-operators@lists.openstack.org</a><br>
><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
_______________________________________________<br>
OpenStack-operators mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'OpenStack-operators@lists.openstack.org')">OpenStack-operators@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
</blockquote>