fix the wrong pillar for the mysql-formula

This commit is contained in:
Jeffrey Zhang 2014-10-15 14:23:40 +08:00
parent 11efa3ad54
commit b76b4aac15

@ -54,7 +54,8 @@ keystone.endpoint: http://{{ baseip }}:35357/v2.0
mysql:
server:
root_password: {{ base.mysql_root_password }}
bind-address: '0.0.0.0'
mysqld:
bind-address: '0.0.0.0'
memcached:
listen_address: '0.0.0.0'