aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-source.yaml
diff options
context:
space:
mode:
authorTherese McHale <therese.mchale@hp.com>2014-10-07 13:57:51 +0100
committerTherese McHale <therese.mchale@hp.com>2014-10-07 14:03:51 +0100
commit3ba00edb2a93a63b7bd7731fee2c5ae4d27ffab3 (patch)
tree3dbd39994f9a1618129caac3e12ef3e760bc2dd0 /undercloud-source.yaml
parent7d703cb7e79d9f7326c9c66c15c2fd0dd3735687 (diff)
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
Diffstat (limited to 'undercloud-source.yaml')
-rw-r--r--undercloud-source.yaml1
1 files changed, 1 insertions, 0 deletions
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