python-glanceclient/glanceclient
Stephen Finucane 4dcbc30e31 Compare against 'RequestIdProxy.wrapped'
Due to the 'glanceclient.common.utils.add_req_id_to_object' decorator,
an instance of 'glanceclient.common.utils.RequestIdProxy' is returned
for most calls in glanceclient. If we wish to compare to None, we have
to compare the contents of this wrapper and not the wrapper itself.

Unit tests are updated to highlight this.

Change-Id: I7dadf32d37ac2bda33a92c71d5882e9f23e38a82
Closes-Bug: #1736759
2018-01-02 11:36:02 +00:00
..
common Removed the --no-ssl-compression parameter which is deprecated 2017-07-25 18:51:38 +05:30
tests Compare against 'RequestIdProxy.wrapped' 2018-01-02 11:36:02 +00:00
v1 help text for container_format, disk_format 2017-07-06 13:09:44 +05:30
v2 Compare against 'RequestIdProxy.wrapped' 2018-01-02 11:36:02 +00:00
__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 "Make --profile load from environment variables" 2017-07-26 04:33:49 +00:00