Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1553312

Summary: Change the EC/Crypto protocol to PUT+POST
Product: Red Hat OpenStack Reporter: Pete Zaitcev <zaitcev>
Component: openstack-swiftAssignee: Pete Zaitcev <zaitcev>
Status: CLOSED WONTFIX QA Contact: Mike Abrams <mabrams>
Severity: medium Docs Contact: RHOS Documentation Team <rhos-docs>
Priority: medium    
Version: 14.0 (Rocky)CC: derekh, jvisser, srevivo, zaitcev
Target Milestone: ---Keywords: Triaged, ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-21 02:40:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1544822, 1749903    

Description Pete Zaitcev 2018-03-08 16:33:52 UTC
Description of problem:

The py3 eventlent may have trouble supporting the hooks we put in
for the 100-continue tag-along headers. So, should switch over to
a simpler HTTP protocol (an implementation is available for review
upstream).

Comment 7 Pete Zaitcev 2019-11-21 02:40:58 UTC
Althought the feature is implemented (see the linked upstream Gerrit),
the upstream team found a way to live without it. We talked the
developers of eventlet into accepting certain patches that permit
us live on py3 as we did on py2.

Closing as wontfix for now. We can always re-open if necessary.