5026774bd1b8cdd079256a21cbbb74ba687267a9
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
Python bindings to the OpenStack Images API ============================================= This is a client library for Glance built on the OpenStack Images API. It provides a Python API (the ``glanceclient`` module) and a command-line tool (``glance``). This library fully supports the v1 Images API, while support for the v2 API is in progress. Development takes place via the usual OpenStack processes as outlined in the `developer guide <http://docs.openstack.org/infra/manual/developers.html>`_. The master repository is in `Git <https://git.openstack.org/cgit/openstack/python-glanceclient>`_. See release notes and more at `<http://docs.openstack.org/developer/python-glanceclient/>`_. * License: Apache License, Version 2.0 * Documentation: http://docs.openstack.org/developer/python-glanceclient * Source: http://git.openstack.org/cgit/openstack/python-glanceclient * Bugs: http://bugs.launchpad.net/python-glanceclient
Description
Languages
Python
99.4%
Shell
0.6%