summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/postgres/postgresql.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/postgresql.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/postgresql.conf')
-rw-r--r--openstack/usr/share/openstack/postgres/postgresql.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/openstack/usr/share/openstack/postgres/postgresql.conf b/openstack/usr/share/openstack/postgres/postgresql.conf
new file mode 100644
index 00000000..e4ff9582
--- /dev/null
+++ b/openstack/usr/share/openstack/postgres/postgresql.conf
@@ -0,0 +1,11 @@
+listen_addresses = '0.0.0.0'
+max_connections = 100
+shared_buffers = 128MB
+log_timezone = 'UTC'
+datestyle = 'iso, mdy'
+timezone = 'UTC'
+lc_messages = 'C'
+lc_monetary = 'C'
+lc_numeric = 'C'
+lc_time = 'C'
+default_text_search_config = 'pg_catalog.english'