Comment 14 for bug 1455102

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-cinderclient (master)

Reviewed: https://review.openstack.org/184048
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=dec3d0837105637a9a9312f42dc9b7bcbbe8cc39
Submitter: Jenkins
Branch: master

commit dec3d0837105637a9a9312f42dc9b7bcbbe8cc39
Author: Adrien Vergé <email address hidden>
Date: Mon May 18 15:09:58 2015 +0200

    Fix functional tests and tox 2.0 errors

    With the recent update to tox 2.0.x, environment variables such as
    OS_AUTH_URL are not passed by default, resulting in tests errors
    mentionning Keystone authentication failures.

    This patch reads credentials from the 'functional_creds.conf' config
    file, like it is done in novaclient (and soon in glanceclient and
    neutronclient).

    Reading credentials the old way (the environment) is still possible.

    Change-Id: I2ec1df481aba7a3866fc8dbc912311de02c22d11
    Related-Bug: #1455102