Merge "Revert "Generate deprecation warning for postgresql""

This commit is contained in:
Zuul 2021-12-30 10:29:00 +00:00 committed by Gerrit Code Review
commit 71c215ac29

View File

@ -95,7 +95,6 @@ function configure_database_postgresql {
function install_database_postgresql {
echo_summary "Installing postgresql"
deprecated "Use of postgresql in devstack is deprecated, and will be removed during the Pike cycle"
local pgpass=$HOME/.pgpass
if [[ ! -e $pgpass ]]; then
cat <<EOF > $pgpass