<div dir="ltr">Same error - also tried with 127.0.0.1. Even crazier I removed all keystone nova (user, service, etc) and dropped the nova DB and recreated that, then recreated keystone nova with a new different password, updated nova.conf with new password and still get the same error (notice below now nova has the different password):<div><br></div><div><div>MariaDB [mysql]> SELECT user,password,host FROM user;</div><div>+----------+-------------------------------------------+-----------+</div><div>| user     | password                                  | host      |</div><div>+----------+-------------------------------------------+-----------+</div><div>| root     | *7088873CEA983CB57491834389F9BB9369B9D756 | localhost |</div><div>| root     | *7088873CEA983CB57491834389F9BB9369B9D756 | 127.0.0.1 |</div><div>| root     | *7088873CEA983CB57491834389F9BB9369B9D756 | ::1       |</div><div>| keystone | *7088873CEA983CB57491834389F9BB9369B9D756 | %         |</div><div>| keystone | *7088873CEA983CB57491834389F9BB9369B9D756 | localhost |</div><div>| glance   | *7088873CEA983CB57491834389F9BB9369B9D756 | localhost |</div><div>| glance   | *7088873CEA983CB57491834389F9BB9369B9D756 | %         |</div><div>| nova     | *3DA97D7423D54524806BFF6A19D94F78EEF97338 | localhost |</div><div>| nova     | *3DA97D7423D54524806BFF6A19D94F78EEF97338 | %         |</div><div>| root     | *7088873CEA983CB57491834389F9BB9369B9D756 | %         |</div><div>+----------+-------------------------------------------+-----------+</div><div>10 rows in set (0.00 sec)</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 26, 2014 at 2:26 PM, Jay Pipes <span dir="ltr"><<a href="mailto:jaypipes@gmail.com" target="_blank">jaypipes@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 11/26/2014 02:21 PM, Amit Anand wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Jay - I believe so below is the part that is in the nova.conf<br>
<br>
# The SQLAlchemy connection string used to connect to the<br>
# bare-metal database (string value)<br>
connection=mysql://nova:<u></u>PASSWORD@controller/nova<br>
<br>
The PASSWORD is exactly the same what I have in the conf file and what I<br>
have in the nova.conf<br>
<br>
Im doing this manually via the Juno instruction guide for CentOs 7.<br>
</blockquote>
<br></span>
try:<br>
<br>
connection=mysql://nova:<u></u>PASSWORD@localhost/nova<br>
<br>
Best,<br>
-jay<br>
</blockquote></div><br></div>