Remove version caps from python-fooclient.

This removes the version caps from python-neutronclient and
python-cinderclient in Tempest. Per mailing list thread, allowing
any project to cap one of our own clients actually prevents us
from testing that client's git version in devstack gate (because
there are 2 ways to install a python client, one from git, one from
pip). This can allow bugs to creep into the clients because they are
no longer tested in the gate.

An exception is currently being made for neutron client because of
the need for an incompatible change in their next release.

Fixes bug #1200214 for Tempest

Change-Id: I00a451448ec380068905b28f3b74656c083dc261
1 file changed