summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
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.