summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-12-02 14:36:39 +1300
committerLingxian Kong <anlin.kong@gmail.com>2020-12-09 14:17:16 +1300
commitca04c94ef66ed16169e949e680fb3b31025cb61a (patch)
tree43d04462568204c242e8989ba1bbdd054d55e886 /releasenotes
parent9ea87ccf4334e893565c2fa1ee8e587f56e592a1 (diff)
downloadtrove-ca04c94ef66ed16169e949e680fb3b31025cb61a.tar.gz
Support instance operating_status
Added a new field ``operating_status`` for the instance to show the actual operational status of user's database. Change-Id: I7c52cff0ec48289fe1a260e99e02a506d4f8ddec
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/wallaby-operating-status.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/wallaby-operating-status.yaml b/releasenotes/notes/wallaby-operating-status.yaml
new file mode 100644
index 00000000..0117047e
--- /dev/null
+++ b/releasenotes/notes/wallaby-operating-status.yaml
@@ -0,0 +1,9 @@
+---
+features:
+ - Added a new field ``operating_status`` for the instance to show the actual
+ operational status of user's database. See
+ https://docs.openstack.org/trove/latest/user/instance-status.html for more
+ information.
+upgrade:
+ - Any 3rd party clients that are talking with Trove API to wait for
+ ``status`` should be notified to use ``operating_status`` instead.