Generate deprecation warning for postgresql

Change-Id: I599e6d84b70bb6a7718ae48dd0cfc91796af189e
This commit is contained in:
Sean Dague 2017-02-08 07:49:26 -05:00
parent 7eef546f8a
commit d9aaae95f2
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ 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