Hide Forgot
Description of problem: packstack will fail if mysql is secured for only localhost connections with this error: Error: Execution of '/usr/bin/mysql --host=192.168.0.31 --user=root --password=password -NBe create database `keystone` character set latin1' returned 1: ERROR 1045 (28000): Access denied for user 'root'@'compute01' (using password: YES) Version-Release number of selected component (if applicable): How reproducible: everytime Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Is mysql previously installed??
yes
Packstack is suppoused to be executed in a clean environment, however if mysql is previously installed you have to set the proper credentials in the CONFIG_MARIADB_PW entry in the answer file.