Comment 4 for bug 1709594

Revision history for this message
Jianghua Wang (wjh-fresh) wrote : Re: live-migration without '--block-migrate" failed with "No sql_connection parameter is established"

Matt, thanks for the comments.

Yes, this is a devstack configuration and it's running in superconductor mode.

The database relative settings in nova.conf is:

[database]
connection = mysql+pymysql://root:citrix@127.0.0.1/nova_cell0?charset=utf8

[api_database]
connection = mysql+pymysql://root:citrix@127.0.0.1/nova_api?charset=utf8

Looks like the settings are correct. Or could you advise what I should check? Thanks for the help.