Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more detail to help text for reclaim_instance_interval option
The reclaim_instance_interval config option is read from both the API and compute nodes so it's important for people using this option to understand that they need to set it in both places, because otherwise you could soft delete an instance from the API but it will not get reclaimed (hard deleted) unless the compute host it's running on also has that same configuration set. This also fixes the point about how to get an instance out of the soft deleted state before it's reclaimed, which is via the 'restore' action, not a 'recover' action which doesn't exist in the REST API. Change-Id: I0aecaea7b76a57ed3b409608800eeaea151451d0 Partial-Bug: #1650328
- Loading branch information