blazar/releasenotes/notes/delete-on-end-3a6d3ced93ffed25.yaml
Hiroaki Kobayashi 811db49970 Delete instances at the end of leases
Blazar does not terminate runnning instances at the end of a lease for
now.  That can cause a failure of the other lease. This patch change the
on_end action to force-delete all running instances.

This change is the step1 of the on-end-options Blueprint.

Change-Id: Iaaed5de710ecdb8131cb9323dc41b78d2a43743b
Implements: blueprint on-end-options
2017-04-13 11:20:33 +09:00

11 lines
309 B
YAML

---
features:
- |
The physical-host plugin has been changed to force-delete all instances on
leased hosts at the end of a lease for preventing failures of other
following leases.
deprecations:
- |
The *on_start* and the *on_end* configs for the physical-host plugin have
been removed.