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-26 18:27:25 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-31 12:55:57 +0000
commit8811234dad5261dfb88ffecdb30c1f2ebf677268 (patch)
treee2b4ab3e633a831b387a477932163e13ec9ef25a /openstack/usr/share/openstack/postgres/pg_hba.conf
parent286a31ef2f4c3d6f9b318995578f05ca1c67246d (diff)
downloaddefinitions-8811234dad5261dfb88ffecdb30c1f2ebf677268.tar.gz
keystone: Move setup scripts to Ansible.
Now keystone-setup also configures postgres and rabbitmq. This can be split in different setup scripts, but I think that rabbitmq, postgres, are likely to be in the controller node.
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, 4 insertions, 0 deletions
diff --git a/openstack/usr/share/openstack/postgres/pg_hba.conf b/openstack/usr/share/openstack/postgres/pg_hba.conf
new file mode 100644
index 00000000..7daf1b46
--- /dev/null
+++ b/openstack/usr/share/openstack/postgres/pg_hba.conf
@@ -0,0 +1,4 @@
+local all all trust
+host all all 127.0.0.1/32 trust
+host all all ::1/128 trust
+host all all 0.0.0.0/0 trust