How to fix Error appeared during Puppet run: 10.0.2.15_mysql.pp Error: mysqladmin -u root password " " returned 1 instead of one of [0]
Hi I was trying to install openstack in CentOs6.4. I am very new to this and I would really appreciate if anyone could provide me a solution to fix this error!!!! I am using Virtual Box through vagrant to manage the Virtual Machine(CentOS)!!!!!!
Usually packstack shows you logfiles you can look at to get more information about the error. After fixing it run packstack again as dbaxps said.
As dbaxps mentioned in his answer, the problem might be that the root password for mysql is already set (e.g. by previous installation attempt), and when you run packstack again with no answer file specified, it will generate new answer file, with random mysql root password (which will not work).