summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/postgres/postgresql.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/usr/share/openstack/postgres/postgresql.conf')
-rw-r--r--openstack/usr/share/openstack/postgres/postgresql.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/share/openstack/postgres/postgresql.conf b/openstack/usr/share/openstack/postgres/postgresql.conf
index e4ff9582..74153385 100644
--- a/openstack/usr/share/openstack/postgres/postgresql.conf
+++ b/openstack/usr/share/openstack/postgres/postgresql.conf
@@ -1,4 +1,4 @@
-listen_addresses = '0.0.0.0'
+listen_addresses = '{{ MANAGEMENT_INTERFACE_IP_ADDRESS }}'
max_connections = 100
shared_buffers = 128MB
log_timezone = 'UTC'