summaryrefslogtreecommitdiff
path: root/openstack/usr
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-04-14 20:37:37 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-16 16:34:48 +0000
commit32d85a4fbe7f7f7f82a978f465d1807eb8324657 (patch)
treebd8840f5f359657351ab1e10725ec252aa51623f /openstack/usr
parentcfe02827cdd33d19f053514be8d5cf531317e1dd (diff)
downloaddefinitions-32d85a4fbe7f7f7f82a978f465d1807eb8324657.tar.gz
OpenStack: Enable passworded access to postgresql database
Change-Id: Ie39ce4c3e6c47d44ce07fe1b353f72d23999d0e8
Diffstat (limited to 'openstack/usr')
-rw-r--r--openstack/usr/share/openstack/postgres/pg_hba.conf1
1 files changed, 1 insertions, 0 deletions
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