3895b3e00e
The migration of the lease status is actually done by an Alembic
migration script added in 5d3918c885
.
Change-Id: I001a5adcd5892d0be74c1028b62a03b5ecb507a8
12 lines
520 B
YAML
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
|