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-27 16:12:59 +0000
commita6c15f20b76ad77a82276e912d9d96addddf382c (patch)
tree658736827554c32eb02d4a11ed58d3cf57c3edbf /openstack/usr/share/openstack/postgres/pg_hba.conf
parent41c3de58bbec591389703f41d8a02dcadfe0f621 (diff)
downloaddefinitions-a6c15f20b76ad77a82276e912d9d96addddf382c.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