Activity log for bug #1370573

Date Who What changed Old value New value Message
2014-09-17 15:22:49 Bertrand Lallau bug added bug
2014-09-17 15:22:57 Bertrand Lallau cinder: assignee Bertrand Lallau (bertrand-lallau)
2014-09-17 15:23:39 Bertrand Lallau summary NetApp always perform first HTTP requests without Authorization header NetApp drivers always perform first HTTP requests without Authorization header
2014-09-17 15:24:49 Bertrand Lallau tags netapp
2014-09-17 18:26:01 Bertrand Lallau cinder: status New In Progress
2014-09-17 18:48:53 Bertrand Lallau description This bug concern all NetApp drivers: cmode, 7mode, eseries with basic_auth (only one) All NetApp drivers have to perform 2 HTTP requests by action. * all first HTTP requests are respond with a "HTTP 401 Unauthorized" * then the same request has to bo resent with an Authorization header added. => this is really inefficient. This is due to the following httplib2 issue: https://josephscott.org/archives/2011/06/http-basic-auth-with-httplib2/ This bug concern all NetApp drivers: cmode, 7mode, eseries with basic_auth (only one) All NetApp drivers have to perform 2 HTTP requests by action. * all first HTTP requests are respond with a "HTTP 401 Unauthorized" * then the same request has to be resent with adding an Authorization header. => this is really inefficient This is due to the following httplib2 issue: https://josephscott.org/archives/2011/06/http-basic-auth-with-httplib2/
2014-09-19 12:49:39 Bertrand Lallau description This bug concern all NetApp drivers: cmode, 7mode, eseries with basic_auth (only one) All NetApp drivers have to perform 2 HTTP requests by action. * all first HTTP requests are respond with a "HTTP 401 Unauthorized" * then the same request has to be resent with adding an Authorization header. => this is really inefficient This is due to the following httplib2 issue: https://josephscott.org/archives/2011/06/http-basic-auth-with-httplib2/ This bug concern all NetApp drivers: cmode, 7mode, eseries with basic_auth. All NetApp drivers have to perform 2 HTTP requests by action. * all first HTTP requests are respond with a "HTTP 401 Unauthorized" * then the same request has to be resent with adding an Authorization header. => this is really inefficient This is due to the following httplib2 issue: https://josephscott.org/archives/2011/06/http-basic-auth-with-httplib2/
2015-01-05 19:15:39 Dustin Schoenbrun cinder: status In Progress Invalid