From a72e60dc3417f7c486eb2af04a0f0b66d03eebb4 Mon Sep 17 00:00:00 2001 From: Hiroaki Kobayashi Date: Wed, 10 Jan 2018 14:23:10 +0900 Subject: [PATCH] Add a release note of the state machine Change-Id: I1ecaf1f18574f3468de09fd158e3f599ee0d38ac Implements: blueprint state-machine --- .../notes/state-machine-37be751ed54c1c75.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/state-machine-37be751ed54c1c75.yaml diff --git a/releasenotes/notes/state-machine-37be751ed54c1c75.yaml b/releasenotes/notes/state-machine-37be751ed54c1c75.yaml new file mode 100644 index 00000000..8ced365d --- /dev/null +++ b/releasenotes/notes/state-machine-37be751ed54c1c75.yaml @@ -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 \ No newline at end of file