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