From a676c4029e46743ccf2e81ebd17cd306ffc4960d Mon Sep 17 00:00:00 2001 From: Armando Migliaccio Date: Wed, 2 Aug 2017 16:46:35 +0000 Subject: [PATCH] Revert "Generate deprecation warning for postgresql" Based on resolution [1], there's no clear indication that next steps involve the removal of the DB from Devstack or from the gate. [1] I332cef8ec4539520adcf37c6d2ea11488289fcfd This reverts commit d9aaae95f2b84170bf35e037715e4963d89f940c. Change-Id: I8410d65c0e0b24035aa035fac7560a686d53ec50 --- lib/databases/postgresql | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/databases/postgresql b/lib/databases/postgresql index 618834b550..1f347f5548 100644 --- a/lib/databases/postgresql +++ b/lib/databases/postgresql @@ -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 < $pgpass