yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21061
[Bug 1280959] Re: Glance plugin in XenApi should use "Expect: 100-continue" header during upload.
As it becomes clear from the bp, this is feature request, not a bug on
glance.
** Changed in: glance
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1280959
Title:
Glance plugin in XenApi should use "Expect: 100-continue" header
during upload.
Status in OpenStack Image Registry and Delivery Service (Glance):
Invalid
Bug description:
During upload, if the Auth token is expired, the xenapi glance plugin in Nova
unnecessarily uploads the chunks and fails at the end.
Instead, we could have a fail fast mechanism using the
100-continue handshake. Only if the client receives a 100 continue
from glance, it should continue uploading the chunks.
Otherwise, if a 401 is received, it should fetch a fresh auth
token and retry the request.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1280959/+subscriptions
References