Files
python-cinderclient/cinderclient/tests/unit/test_client.py
Rui Chen 639831b096 Fix NoneType error for cinderclient v1
Request-id log is recorded in SessionClient.request() method,
but None is used as logger, that causes all the v1 commands
to be broken. This patch fixes the issue and updates the related
unit tests.

Change-Id: I46b973f2baca8d7402a39e0d15dbd8da38f4e590
Closes-Bug: #1616070
2016-08-25 01:59:20 +00:00

9.8 KiB