Comment 8 for bug 1381295

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: Live migration fails when called via RPC API with admin context

What's the key in the request header to glanceclient that has the null value, x-auth-token? I see this change:

https://review.openstack.org/#/c/121692/2/glanceclient/common/utils.py

And in safe_header how it doesn't check if value is None, but what is the key? Can you debug to the point of figuring what that header key is so we can figure out if nova is doing something incorrectly or what the bug in glanceclient is?