Comment 8 for bug 1200214

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/36671
Committed: http://github.com/openstack/tempest/commit/b3635c99a8332400b2c7a05c8f63bf5ac8618663
Submitter: Jenkins
Branch: master

commit b3635c99a8332400b2c7a05c8f63bf5ac8618663
Author: Matthew Treinish <email address hidden>
Date: Thu Jul 11 10:44:18 2013 -0400

    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