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:
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
Support for PostgreSQL has been deprecated and will be removed in a future
|
||||||
|
release.
|
||||||
Reference in New Issue
Block a user