Comment 6 for bug 1355252

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

Reviewed: https://review.openstack.org/116894
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=b47925eda1a674ee2497ec627eee089fbd6e1ac0
Submitter: Jenkins
Branch: master

commit b47925eda1a674ee2497ec627eee089fbd6e1ac0
Author: Michal Dulko <email address hidden>
Date: Mon Feb 9 14:32:17 2015 +0100

    Unit tests covering missing username or password

    After fixing message displayed when client is executed without
    required environment variables exported (OS_USERNAME, OS_PASSWORD,
    OS_PROJECT_NAME, OS_AUTH_URL) regression tests should be added. I've
    also fixed an issue causing tests using make_env method to always use
    FAKE_V2_ENV, even in ShellTestWithKeystoneV3Auth.

    Change-Id: I800c8fa11ee45d19f179bd030426db86a93d9f6a
    Closes-Bug: 1419788
    Partial-Bug: 1355252