i can't populate the Identity service database during keystone installation
Hello, i got this error when i try to populate the Identity service database of keystone in ubuntu 15.04
No handlers could be found for logger "oslo_config.cfg" 2015-11-07 09:13:11.470 3429 WARNING oslo_db.sqlalchemy.engines [-] SQL connection failed. 10 attempts left.
"No handlers could be found for logger "oslo_config.cfg" "
Probably harmless
"SQL connection failed"
Check if your database connection string is correct, the DB port on the controller is open, and the DB is running.
netstat -taunp | grep 3306
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 4621/mysqld
grep -rn bind /etc/mysql
/etc/mysql/conf.d/openstack.cnf:2:bind-address = 0.0.0.0 /etc/mysql/mariadb.conf.d/50-server.cnf:29:bind-address = 0.0.0.0
service mysql restart