Merge "Secure the MySQL bind-address on the undercloud"

This commit is contained in:
Jenkins 2014-10-15 22:01:55 +00:00 committed by Gerrit Code Review
commit 737185abf1

@ -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