Comment 5 for bug 1490457

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

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

commit 5026774bd1b8cdd079256a21cbbb74ba687267a9
Author: Flavio Percoco <email address hidden>
Date: Thu Sep 3 13:48:28 2015 +0200

    Don't make `help` require auth parameters

    The `help` command was behaving a bit funky. This patch re-orders the
    code a bit so that the `help` command will be parsed at the very
    beginning before running other commands and checks.

    It also allows to get help without downloading/checking schemas and
    without requiring auth credentials (previously required by the schema
    operations).

    Change-Id: Ib7b10d4d80f15e6b75bb8644d7d916bef09413d6
    Closes-bug: #1490457