python-glareclient/glareclient
Mike Fedosin 158524e075 Don't create client for help and bash completion
Currently when we need a help, client object is created
and authentication is performed. This is completely useless
and leads to unnecessary actions in the background.

This patch prevents creation of client object (and therefore
authentication) for help or bash-completion commands.

Change-Id: I08ee73980efc1e84d91868e451e11fa5fe547bf4
2017-10-20 20:50:58 +00:00
..
common Allow to work in secure mode without certificate 2017-10-02 15:32:59 +03:00
osc Allow to delete blobs with external urls 2017-08-12 12:39:11 +03:00
tests Don't create client for help and bash completion 2017-10-20 20:50:58 +00:00
v1 Merge "Allow to delete blobs with external urls" 2017-08-15 11:02:05 +00:00
__init__.py Glare client code 2016-09-12 14:24:03 +03:00
_i18n.py Glare client code 2016-09-12 14:24:03 +03:00
client.py Add new common/http 2016-09-27 13:48:42 +03:00
exc.py Glare client code 2016-09-12 14:24:03 +03:00
shell.py Don't create client for help and bash completion 2017-10-20 20:50:58 +00:00