Comment 7 for bug 1686743

Revision history for this message
Matt Riedemann (mriedem) wrote :

We don't intentionally expose stacktraces to the user, and don't consider the logs for the user. Nova records exception traces via instance faults for some operations, but we only show those details for an admin context:

https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/views/servers.py#L301