From 3ba00edb2a93a63b7bd7731fee2c5ae4d27ffab3 Mon Sep 17 00:00:00 2001 From: Therese McHale Date: Tue, 7 Oct 2014 13:57:51 +0100 Subject: Secure the MySQL bind-address on the undercloud The MySQL bind-address on the undercloud should be set to localhost for security. Change-Id: I0ea485fa6673c06087f5c5baedf591fba54288a4 --- undercloud-source.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'undercloud-source.yaml') diff --git a/undercloud-source.yaml b/undercloud-source.yaml index 8f041f98..15c4eb5f 100644 --- a/undercloud-source.yaml +++ b/undercloud-source.yaml @@ -294,6 +294,7 @@ resources: mysql: innodb_buffer_pool_size: {get_param: MysqlInnodbBufferPoolSize} root-password: {get_resource: MysqlRootPassword} + bind_address: 127.0.0.1 neutron: debug: {get_param: Debug} host: 127.0.0.1 -- cgit 1.2.3-korg