<div dir="ltr">I'm looking at exactly the same problem in keystone, but considering a slightly simpler variation of your call, e.g.:<br><div><br></div><div style>  GET /projects?deleted</div><div style><br></div><div style>
  GET /projects/{deleted_project_id}?deleted</div><div style><br></div><div style>I'm very hesitant to go down this road though... at least in the case of keystone, we couldn't reliably expect these calls to actually return anything (e.g. we might be able to soft-delete in one driver but not in another, or an admin could clean up deleted entities periodically, etc).</div>
</div><div class="gmail_extra"><br clear="all"><div><div><br></div>-Dolph</div>
<br><br><div class="gmail_quote">On Mon, Apr 29, 2013 at 2:39 PM, Andrew M <span dir="ltr"><<a href="mailto:ramielrowe@gmail.com" target="_blank">ramielrowe@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><span style="font-family:monospace">Hello,<br><br>I'm working on a 
project that is cataloging and verifying the notifications being emitted
 by Nova. One of the functions of this system is to pull data from an 
alternate data source when notifications may have been missed/dropped. 
I'm thinking of using the Nova API as this source, but I've run into an 
issue. Currently the Nova API returns 404's on shows of deleted 
instances even if there is data in the database (thanks to 
soft-deletes).<br><br>I'm wondering what the reason was for this 
behavior and would it be a good idea to perhaps return that data if a 
query param is set (something like 'show_deleted=true').<span class="HOEnZb"><font color="#888888"><br><br><br></font></span></span></div><span class="HOEnZb"><font color="#888888"><span style="font-family:monospace">--Andrew<span></span></span></font></span></div>

<br>_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>