Comment 0 for bug 899302

Revision history for this message
Unmesh Gurjar (unmesh-gurjar) wrote :

While testing the Create server API with the master branch, I noticed from the (Compute server) logs that the context was getting set to None intermittently. After digging more into the issue, it looks like the calls to the 'get_admin_context( )' method in nova.context module is causing this.

This method needs to be fixed, so that a request path can be easily traced from the server logs.