Comment 2 for bug 1631033

Revision history for this message
Andrew Laski (alaski) wrote :

This is a result of adding https://review.openstack.org/#/c/274885/25/nova/cmd/manage.py to Nova. It's expected that this might happen, attempting to access the nova_api db before it's created, which is why we "except Exception" and print a simple message explaining what happened.