Comment 4 for bug 1576218

Revision history for this message
stgleb (gstepanov) wrote : Re: Cannot connect to VNC after nova-compute restart

We have an assumption that such thing happens because tokens for vnc console are stored in memcache and shared not properly between controller nodes. So, each request to get vnc console first arrives to nova-api, it make request nova compute to provide console and generate token, than token is authenticated at nova-consoleauth and in that part everything goes wrong, by some reason nova-consoleauth cant se anything in memcache corresponding to token key and returns an error in check_token method.