| Summary: | Failure to install RDO Kilo via packstack on Fedora 23 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Boris Derzhavets <bderzhavets> | ||||
| Component: | openstack-nova | Assignee: | Russell Bryant <rbryant> | ||||
| Status: | CLOSED EOL | QA Contact: | nlevinki <nlevinki> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | Kilo | CC: | berrange, dasmith, eglynn, rbryant, sbauza, sferdjao, sgordon, srevivo, vromanso | ||||
| Target Milestone: | --- | ||||||
| Target Release: | Kilo | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-05-19 16:00:53 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: | |||||
| Attachments: |
|
||||||
|
Description
Boris Derzhavets
2016-02-27 19:20:42 UTC
See also https://bugs.launchpad.net/python-glanceclient/+bug/1479296 In my case [root@ip-192-169-142-52 ~(keystone_admin)]# pip show python-glanceclient | grep ^Version Version: 0.17.0 [root@ip-192-169-142-52 ~(keystone_admin)]# pip show glance-store | grep ^Version Version: 0.4.0 Missed the last entry of trace :- 2016-02-27 21:24:26.473 2437 INFO nova.api.openstack [req-3bd20035-2915-486f-91bb-dd6d170007c6 f2884d92687f44b395b0f360ae83c3a0 d3051803b4214d85b966576b893860de - - -] http://192.169.142.52:8774/v2/d3051803b4214d85b966576b893860de/servers returned with HTTP 500 Hacking GlanceClient on F23 works for me in meantime :- https://review.openstack.org/gitweb?p=openstack/python-glanceclient.git;a=patch;h=eb1d8c5c94b8fac86c12f78732107b1034749c7f Versions on python-urllib3 :- RDO Kilo F23 - 1.13.1 RDO Kilo CentOS 7 - 1.10.1 RDO Liberty CentOS 7 - 1.10.4 I believe that is a reason why bug manifests on on Fedora 23 : 1.13.1 > 1.11.X Patch helps on F23 due to per it's description :- Subject: [PATCH] Convert headers to lower-case when parsing metadata In urllib3 1.11.0 (and consequently, requests 2.8.0) handling was added to preserve the casing of headers as they arrived over the wire. This means that when iterating over a CaseInsensitiveDict from requests (as we do in _image_meta_from_headers) we no longer get keys that are already all lowercase. As a result, we need to ensure that the header key is lowercased before checking its properties. This bug is against a Version which has reached End of Life. If it's still present in supported release (http://releases.openstack.org), please update Version and reopen. |