Comment 0 for bug 1590633

Revision history for this message
Victor Ryzhenkin (vryzhenkin) wrote : [Murano][Glare][OSTF] Glare client can't upload a blob with SSL over HTTP proxy

Detailed bug description:
 During the test, which introduced in https://review.openstack.org/#/c/305951/ , the murano package should uploaded into Glance Artifact repository. All requests to GLARE works fine, except uploading archive via PUT http method.
Steps to reproduce:
 1. Apply https://review.openstack.org/#/c/305951/ to be able to launch test.
 2. Run Murano OSTF
Expected results:
 OSTF passed
Actual result:
 Failed on step 2: Uploading package
Reproducibility:
 Always
Workaround:
 No
Impact:
 Fixes for Murano OSTF will not work
Description of the environment:
 Operation system: Ubuntu
 Versions of components: mitaka
 Network model: VXLAN
 Related projects installed: Murano, GlARe, OSTF
Additional information:
 - Part of OSTF log with sequence of requests: http://paste.openstack.org/show/509049/
 - This bug reproduced on SSL environments only (Without SSL enabled all works fine)
 - Strange unicode string in apache proxy log after request sequence to GLARE and code 400: http://paste.openstack.org/show/509051/
 - Last request wasn't appeared in HaProxy and Glare logs.