diff options
author | Therese McHale <therese.mchale@hp.com> | 2014-10-07 13:57:51 +0100 |
---|---|---|
committer | Therese McHale <therese.mchale@hp.com> | 2014-10-07 14:03:51 +0100 |
commit | 3ba00edb2a93a63b7bd7731fee2c5ae4d27ffab3 (patch) | |
tree | 3dbd39994f9a1618129caac3e12ef3e760bc2dd0 | |
parent | 7d703cb7e79d9f7326c9c66c15c2fd0dd3735687 (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
-rw-r--r-- | undercloud-source.yaml | 1 |
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 |