summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-03-31 18:36:35 +0100
committerStephen Finucane <stephenfin@redhat.com>2021-07-28 18:10:53 +0100
commitbd69e86d523a5f44d061310373c0516881bd8624 (patch)
treeecf53a232b1a198358a75aa512a932d4af2ef123 /releasenotes
parentf3bdd4d4220a884e4752ce6b61c2605bfd72f2fb (diff)
downloadoslo-db-bd69e86d523a5f44d061310373c0516881bd8624.tar.gz
Drop checks for IBM DB2
This hasn't been supported by any project for many years. Quoting from the nova patch that removed DB2 support [1] This removes db2 support from tree completely. This is an oddball non open database that made doing live data migrations difficult. It is used by 0% of users in the OpenStack User Survey. Supporting commercial software that doesn't have users at the cost of delivering features and fixes to our community is the wrong tradeoff. This corrects that. There's no need to keep this around. [1] Ifeb9929e4515e3483eb65d371126afd7672b92a4 Change-Id: I8c3f23083e09e5ac924e35d1b7b3248a0d074e1b Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/drop-db2-support-6e70fe42268d2238.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/drop-db2-support-6e70fe42268d2238.yaml b/releasenotes/notes/drop-db2-support-6e70fe42268d2238.yaml
new file mode 100644
index 0000000..be32c3b
--- /dev/null
+++ b/releasenotes/notes/drop-db2-support-6e70fe42268d2238.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ Checks specific to the DB2 database have been removed. This database
+ has not been supported by any OpenStack project for many years.