From f6046f9b54c1f14d12a67fa66ca0c881b49e8ceb Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 7 Jul 2017 10:01:07 +0000 Subject: Move old Baserock format definitions into old/ directory --- .../openstack/usr/share/openstack/postgres/postgresql.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 old/install-files/openstack/usr/share/openstack/postgres/postgresql.conf (limited to 'old/install-files/openstack/usr/share/openstack/postgres/postgresql.conf') diff --git a/old/install-files/openstack/usr/share/openstack/postgres/postgresql.conf b/old/install-files/openstack/usr/share/openstack/postgres/postgresql.conf new file mode 100644 index 00000000..9c8094ea --- /dev/null +++ b/old/install-files/openstack/usr/share/openstack/postgres/postgresql.conf @@ -0,0 +1,11 @@ +listen_addresses = '{{ MANAGEMENT_INTERFACE_IP_ADDRESS }}' +max_connections = 300 +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