python-glanceclient/glanceclient
Ravi Shekhar Jethani 1df55dd952 Validate input args before trying image download
Currently client is contacting glance service even if the
caller has niether specified any redirection nor '--file'
option. This unnecessary request although isn't causing
any critical issues but can be avoided by simply doing
input validation first.

TrivialFix

Change-Id: I841bebeda38814235079429eca0b1e5fd2f04dae
2017-07-24 14:54:57 +05:30
..
common turn on warning-is-error in sphinx build 2017-06-28 12:25:32 -04:00
tests Validate input args before trying image download 2017-07-24 14:54:57 +05:30
v1 Replace six.iteritems() with .items() 2017-02-08 16:33:46 +08:00
v2 Validate input args before trying image download 2017-07-24 14:54:57 +05:30
__init__.py Enable flake8 checks 2015-07-21 17:08:27 +03:00
_i18n.py Remove log translations 2017-03-21 07:19:21 +08:00
client.py Use import_versioned_module from oslo.utils 2016-12-06 09:35:55 +00:00
exc.py py3: Fix encoding and use sys.stdin.buffer 2016-07-25 20:13:08 +05:30
shell.py Merge "Handle formatting of subcommand name in error output" 2017-01-13 19:35:35 +00:00