From bd69e86d523a5f44d061310373c0516881bd8624 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 31 Mar 2021 18:36:35 +0100 Subject: 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 --- releasenotes/notes/drop-db2-support-6e70fe42268d2238.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/drop-db2-support-6e70fe42268d2238.yaml (limited to 'releasenotes') 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. -- cgit v1.2.1