Change nova_cell0 from previous installation
I change the management interface, so i change some steps in openstack deployment in the configuration of nova_cell0, i found some error with this command
/bin/sh -c "nova-manage db sync" nova:
ERROR: Could not access cell0. Has the nova_api database been created? Has the nova_cell0 database been created? Has "nova-manage api_db sync" been run? Has "nova-manage cell_v2 map_cell0" been run? Is [api_database]/connection set in nova.conf? Is the cell0 database connection URL correct? Error: (pymysql.err.OperationalError) (1045, u"Access denied for user 'nova'@'x.x.x.x' (using password: YES)") (Background on this error at: http://sqlalche.me/e/e3q8)
/bin/sh -c "nova-manage cell_v2 create_cell --name=cell1 --verbose" nova 109e1d4b-536a-40d0-83c6-5f121b82b650:
The specified transport_url and/or database_connection combination already exists for another cell with uuid 66e2c16a-788c-442a-b466-eb9069c94b99.
/bin/sh -c "nova-manage cell_v2 map_cell0" nova:
Cell0 is already setup
'nova'@'x.x.x.x' use the previous management interface .
I access to the dashboard and i see that the placement and identity services didn't change to the new managemebt_interface.
How can i change this ?