Add a release note of the state machine

Change-Id: I1ecaf1f18574f3468de09fd158e3f599ee0d38ac
Implements: blueprint state-machine
This commit is contained in:
Hiroaki Kobayashi 2018-01-10 14:23:10 +09:00
parent e98bbf241f
commit a72e60dc34
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
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* at the time of an event or an API call.
See `state machine documentation`_ for more details.
.. _state machine documentation: https://docs.openstack.org/blazar/latest/user/state-machine.html