From 72524f9d856dd715242d9d96116f8238a95c048b Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Sun, 15 Dec 2019 19:04:20 +1300 Subject: Support PostgreSQL 12 Change-Id: Ic1d4982a479c2154d7ddcc807d863e2a37fea506 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devstack') diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 6703fd9b..7529a057 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -295,7 +295,7 @@ write_files: EOF # NOTE(lxkong): Remove this when we support common cloud-init file for all datastores. - for datastore in "mysql" "mariadb" + for datastore in "mysql" "mariadb" "postgresql" do sudo cp ${common_cloudinit} /etc/trove/cloudinit/${datastore}.cloudinit done -- cgit v1.2.1