Comment 21 for bug 1455102

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-neutronclient (stable/kilo)

Reviewed: https://review.openstack.org/190970
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=c054d2583b96383f6ac47edfd2e06ead4b5723b1
Submitter: Jenkins
Branch: stable/kilo

commit c054d2583b96383f6ac47edfd2e06ead4b5723b1
Author: Adrien Vergé <email address hidden>
Date: Sat May 16 17:58:27 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, glanceclient, manilaclient and
    soon in cinderclient.

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

    Conflicts:
     neutronclient/tests/functional/test_clientlib.py

    Change-Id: Ief0f050044ecd90a14bbaf044e2b93ade0a6173f
    Closes-Bug: #1455102
    (cherry picked from commit 7eb3241650ad87d2f6ca5aa45b3a2415eafe7207)