trove/releasenotes/notes/wallaby-operating-status.yaml
Lingxian Kong ca04c94ef6 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
2020-12-09 14:17:16 +13:00

10 lines
386 B
YAML

---
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.