Comment 3 for bug 1418392

Revision history for this message
Marcos Lobo (marcos-fermin-lobo) wrote :

Ok, aparently this problem is solved in the last python-cliff version https://github.com/openstack/cliff/blob/master/cliff/show.py#L42

The problem was here https://github.com/openstack/cliff/commit/e3bec7be19c8cfa8e8025e84bf0444109dcce730#diff-149435a5aaeb5930192be401684e091fL41

For python 2.6, itertool wasn't have 'compress' function, so it was crashing.

Still, I thing this is a bug in python-openstackclient because it has not the proper version of python-cliff library. I propose to change the requirements for python-openstackclient-0.4.1 in order to have the good python-cliff version