Comment 1 for bug 2071349

Revision history for this message
Dmitriy Rabotyagov (noonedeadpunk) wrote :

Ok, so issue here boils down to `"Table 'designate.zones' doesn't exist"` after deployment.

Can I kindly ask you for the following extra information here?

1. Inside utility container execute: mysql -e "SELECT version_num FROM designate.alembic_version"
2. Inside utility container execute: mysql -e "SHOW TABLES" designate
3. From the designate container:
source /etc/openstack-release
/openstack/venvs/designate-${DISTRIB_RELEASE}/bin/designate-manage database sync
echo $?

That will allow to understand ongoing issue better.