Secure the MySQL bind-address on the undercloud
authorTherese McHale <therese.mchale@hp.com>
Tue, 7 Oct 2014 12:57:51 +0000 (13:57 +0100)
committerTherese McHale <therese.mchale@hp.com>
Tue, 7 Oct 2014 13:03:51 +0000 (14:03 +0100)
The MySQL bind-address on the undercloud should be set to
localhost for security.

Change-Id: I0ea485fa6673c06087f5c5baedf591fba54288a4

undercloud-source.yaml

index 8f041f9..15c4eb5 100644 (file)
@@ -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