From a5caa501e2033f05d601a1cadc8e2d60232fff62 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 31 Mar 2015 16:55:01 +0000 Subject: 08 patch comments --- openstack/usr/share/openstack/postgres/pg_hba.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 7daf1b46..0968fc44 100644 --- a/openstack/usr/share/openstack/postgres/pg_hba.conf +++ b/openstack/usr/share/openstack/postgres/pg_hba.conf @@ -1,4 +1,4 @@ local all all trust -host all all 127.0.0.1/32 trust +host all all 127.0.0.0/8 trust host all all ::1/128 trust -host all all 0.0.0.0/0 trust +host all all {{ MANAGEMENT_INTERFACE_IP_ADDRESS }}/32 trust -- cgit v1.2.1