Comment 4 for bug 1316328

Revision history for this message
Attila Fazekas (afazekas) wrote :

I can see the same issue on f20 with six 1.5.2.

cinder/openstack/common/network_utils.py has a reference to SplitResult.

# pip install -U six
Upgrades six to 1.6.1 and it works.

According to the https://github.com/openstack/requirements/blob/stable/icehouse/global-requirements.txt 1.5.2 should be fine, but it is not :(