blazar/releasenotes/notes/state-machine-37be751ed54c1c75.yaml
Pierre Riteau 3895b3e00e Correct information in state machine release note
The migration of the lease status is actually done by an Alembic
migration script added in 5d3918c885.

Change-Id: I001a5adcd5892d0be74c1028b62a03b5ecb507a8
2018-02-12 19:58:31 +00:00

12 lines
520 B
YAML

---
features:
- |
Lease status is introduced in this release.
With this change, transition graphs of statuses of leases, reservations,
and events are redefined while keeping backward compatibility.
If you update Blazar from an older version, the lease status is
automatically updated from *None* by an Alembic database migration script.
See `state machine documentation`_ for more details.
.. _state machine documentation: https://docs.openstack.org/blazar/latest/user/state-machines.html