Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/show-deleted-instances. Description: Currently the Nova API returns a 404: ItemNotFound response when a show is made on a deleted instance. As the data about an instance is soft-deleted, it may still be in the database and available to return to the user. The modified show call would be gated by a policy and would only show deleted instances if the users role allowed it. The call would still return 404 when the users role does not allow showing of deleted instances. Specification URL (additional information): None