blazar/releasenotes/notes/cleaning-time-825d148b704b0c56.yaml
Hiroaki Kobayashi 513bde4c61 Add cleaning time
This patch adds a margin between the end of a lease and the start of the
next lease. The length of the margin can be configured with the new
configuration option 'cleaning_time'.

Note that it does not actually change start/end_lease time, but just
takes into account the margin when looking for available resources.

Implements: blueprint cleaning-time-allowance
Change-Id: I7de05a65c2221c1eb7c5b2f65bec58d6a48b2085
2018-07-18 00:47:26 +00:00

13 lines
635 B
YAML

---
features:
- |
A time margin for cleaning up resources between the end of a lease and the
start of the next lease is introduced. Leases are allocated to resources
only if they have enough spare time for cleaning up before and after the
lease. Note that this cleaning time is not included in the lease time, but
is taken into account when looking for available resources. The length of
cleaning time can be configured by the configuration option
**cleaning_time** in the [DEFAULT] section. The default value for this
option is **0**, in which case the behavior is the same as previous
releases.