Comment 7 for bug 1455102

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

Reviewed: https://review.openstack.org/183007
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=6379287480bf6bc0a8f80bc93f01005a31882aec
Submitter: Jenkins
Branch: master

commit 6379287480bf6bc0a8f80bc93f01005a31882aec
Author: Sean Dague <email address hidden>
Date: Thu May 14 07:06:05 2015 -0400

    pass credentials via config file instead of magic

    Passing credentials via an assumed environment inheritance is bad
    form, and breaks under new tox. Honestly, we only really need 2 vars
    passed in, so we might as well make it a config file that we'll parse.

    Add a functional_creds.conf.sample for people to know what one should
    look like. Update README to explain it.

    Related-Bug: #1455102

    Change-Id: Ifdab38a03c94f51d30449149c0dbd9c6265460a5