From 8811234dad5261dfb88ffecdb30c1f2ebf677268 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 26 Mar 2015 18:27:25 +0000 Subject: 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. --- openstack/usr/share/openstack/postgres/pg_hba.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 openstack/usr/share/openstack/postgres/pg_hba.conf (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 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 -- cgit v1.2.1