Comment 3 for bug 1444640

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

Reviewed: https://review.openstack.org/177652
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=48b52a0d40013d65e85ebeadcfb80a06c431b6db
Submitter: Jenkins
Branch: master

commit 48b52a0d40013d65e85ebeadcfb80a06c431b6db
Author: Juan Antonio Osorio Robles <email address hidden>
Date: Mon Apr 27 08:39:21 2015 +0300

    Raise exception if no session is created

    If the clientmanager is unable to create a keystone session (due to
    insufficient auth parameters or something else) then the exception
    caused by this shouldn't be ignored, as was the case.

    On the other hand, we don't want this behaviour in the case of the
    'complete' command, so this is now properly detected.

    Change-Id: If4f453d23cc87900cda752e9ffbcf41ded59e26f
    Closes-Bug: #1444640