811db49970
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
11 lines
309 B
YAML
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.
|