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
This commit is contained in:
Pierre Riteau 2018-02-12 19:58:31 +00:00
parent 17871dbde5
commit 3895b3e00e
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ features:
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* at the time of an event or an API call.
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
.. _state machine documentation: https://docs.openstack.org/blazar/latest/user/state-machines.html