Files
nova/api-ref/source
int32bit 5eb8297f61 Add soft delete wrinkle to api-ref
The API reference for deleting a server is making the assumption that
the instance is going to be (hard) deleted from the system, but it
doesn't take into account the case that CONF.reclaim_instance_interval
is set, which if > 0 makes the API 'soft delete' the instance, so that
the instance's vm won't be deleted until the
CONF.reclaim_instance_interval has expired since the instance was soft
deleted. The instance marked as ``SOFT_DELETED`` can be recovered via
``restore`` action before it's really deleted from the system. We should
update the reference to talk about the soft deleted wrinkle so we can set
expectations.

Closes-Bug: #1650328

Change-Id: Ibbb1c225da11234aaac3634769db112a30dfef64
2016-12-21 02:39:02 +00:00
..
2016-09-09 09:53:24 +07:00
2016-11-11 14:01:51 -05:00
2016-06-13 13:44:53 +08:00
2016-12-21 02:39:02 +00:00