Merge "Deprecate PostgreSQL support"
This commit is contained in:
2 changed files with 8 additions and 0 deletions
@@ -151,6 +151,9 @@ define oslo::db (
}
}
Oslo::Dbconn::Postgres:{
warning("Support for PostgreSQL has been deprecated and will be \
removed in a future release")
$backend_package = undef
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.