summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/postgres/pg_hba.conf
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-31 16:55:01 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-08 18:29:27 +0100
commita5caa501e2033f05d601a1cadc8e2d60232fff62 (patch)
treecbb65d995c82d784d59cb3786ab1ca2a35e114aa /openstack/usr/share/openstack/postgres/pg_hba.conf
parent1a29011ff2a43b2506c479b3edb959126f225443 (diff)
downloaddefinitions-a5caa501e2033f05d601a1cadc8e2d60232fff62.tar.gz
08 patch comments
Diffstat (limited to 'openstack/usr/share/openstack/postgres/pg_hba.conf')
-rw-r--r--openstack/usr/share/openstack/postgres/pg_hba.conf4
1 files changed, 2 insertions, 2 deletions
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