From 32d85a4fbe7f7f7f82a978f465d1807eb8324657 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 14 Apr 2015 20:37:37 +0000 Subject: OpenStack: Enable passworded access to postgresql database Change-Id: Ie39ce4c3e6c47d44ce07fe1b353f72d23999d0e8 --- openstack/usr/share/openstack/postgres/pg_hba.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'openstack/usr/share/openstack/postgres/pg_hba.conf') diff --git a/openstack/usr/share/openstack/postgres/pg_hba.conf b/openstack/usr/share/openstack/postgres/pg_hba.conf index 0968fc44..78186924 100644 --- a/openstack/usr/share/openstack/postgres/pg_hba.conf +++ b/openstack/usr/share/openstack/postgres/pg_hba.conf @@ -2,3 +2,4 @@ local all all trust host all all 127.0.0.0/8 trust host all all ::1/128 trust host all all {{ MANAGEMENT_INTERFACE_IP_ADDRESS }}/32 trust +host all all 0.0.0.0/0 md5 -- cgit v1.2.1