Deprecate PostgreSQL support

Since PostgreSQL support was removed from neutron, we are no longer
able to deploy OpenStack with PostgreSQL as its database backend.

Change-Id: Ic8299ad25c8f21b59f7afa0d0fd9c79a10f4f418
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-11-07 23:53:46 +09:00
parent 7a1ed80fcc
commit 73b1f8ae39
2 changed files with 8 additions and 0 deletions

View File

@@ -151,6 +151,9 @@ define oslo::db (
} }
} }
Oslo::Dbconn::Postgres: { Oslo::Dbconn::Postgres: {
warning("Support for PostgreSQL has been deprecated and will be \
removed in a future release")
$backend_package = undef $backend_package = undef
require 'postgresql::lib::python' require 'postgresql::lib::python'
} }

View File

@@ -0,0 +1,5 @@
---
deprecations:
- |
Support for PostgreSQL has been deprecated and will be removed in a future
release.