summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-12-12 00:26:09 +1300
committerLingxian Kong <anlin.kong@gmail.com>2019-12-14 12:55:56 +1300
commita0a10f0b947c63ac06787b490afd0ebecef1477e (patch)
treea75d6ebdfb2e31d984c4b458a3b1624f4d42444c /releasenotes
parentf16020392d9eb81727a97608f8e9be432f97c388 (diff)
downloadtrove-a0a10f0b947c63ac06787b490afd0ebecef1477e.tar.gz
Support HEALTHY status for db instance
- 'HEALTHY' means the db service is responsive, 'ACTIVE' means the db service is alive. - Remove the CI job fakemodetests, but will add similar testing task in the future. - Fix the periodic CI job - Remove MongoDB and related jobs Change-Id: I5abe9091ba203297dc87db5fba139179166321f7
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ussuri-01-service-credential-config.yaml5
-rw-r--r--releasenotes/notes/ussuri-02-database-instance-healthy.yaml8
2 files changed, 11 insertions, 2 deletions
diff --git a/releasenotes/notes/ussuri-01-service-credential-config.yaml b/releasenotes/notes/ussuri-01-service-credential-config.yaml
index 2df5cb48..d10a1aff 100644
--- a/releasenotes/notes/ussuri-01-service-credential-config.yaml
+++ b/releasenotes/notes/ussuri-01-service-credential-config.yaml
@@ -1,6 +1,7 @@
---
-deprecations: |
- - The following config options are deprecated in favor of a separate
+deprecations:
+ - |
+ The following config options are deprecated in favor of a separate
configuration section ``service_credentials`` introduced to define the
Trove service user credentials for communication with other OpenStack
services.
diff --git a/releasenotes/notes/ussuri-02-database-instance-healthy.yaml b/releasenotes/notes/ussuri-02-database-instance-healthy.yaml
new file mode 100644
index 00000000..8ffedef5
--- /dev/null
+++ b/releasenotes/notes/ussuri-02-database-instance-healthy.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - A new database service status ``HEALTHY`` is introduced to indicate that
+ the service is responsive. ``HEALTHY`` is the final status after
+ ``ACTIVE``.
+upgrade:
+ - Any existing scripts that rely on the database instance ``ACTIVE`` status
+ should now rely on ``HEALTHY`` status.