On 11/26/2014 02:21 PM, Amit Anand wrote: > Hi Jay - I believe so below is the part that is in the nova.conf > > # The SQLAlchemy connection string used to connect to the > # bare-metal database (string value) > connection=mysql://nova:PASSWORD@controller/nova > > The PASSWORD is exactly the same what I have in the conf file and what I > have in the nova.conf > > Im doing this manually via the Juno instruction guide for CentOs 7. try: connection=mysql://nova:PASSWORD@localhost/nova Best, -jay