Comment 12 for bug 1316328

Revision history for this message
Derek Anderson (derek-anderson) wrote :

I did a bit of bisecting, it looks like this was introduced in:

https://github.com/openstack/oslo.messaging/commit/13608437bb8d491badbc6c906f8d60b51e52cd79

but that just involved adding six to replace oslo.messaging's url parser.

The django repo shows that 1.6 six.urllib.parse is missing that SplitResult attribute:

https://github.com/django/django/blob/1.6/django/utils/six.py