From 31f8afcf80cacf8cbfffd7cbdfc75241d8e3a223 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 13 Apr 2015 15:57:48 +0000 Subject: everything else Change-Id: I882fb2ad7a4cdbbd9daf11d802b4f84d1b79b03b --- openstack/usr/share/openstack/postgres/postgresql.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openstack/usr/share/openstack/postgres/postgresql.conf (limited to 'openstack/usr/share/openstack/postgres/postgresql.conf') diff --git a/openstack/usr/share/openstack/postgres/postgresql.conf b/openstack/usr/share/openstack/postgres/postgresql.conf new file mode 100644 index 00000000..74153385 --- /dev/null +++ b/openstack/usr/share/openstack/postgres/postgresql.conf @@ -0,0 +1,11 @@ +listen_addresses = '{{ MANAGEMENT_INTERFACE_IP_ADDRESS }}' +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' -- cgit v1.2.1