deb-python-cinderclient/cinderclient/v1
Georgy Dyuldin 85b56e1d88 Fix client `retries` default value.
In case of constructing Client with session without specifying `retries`
value, `cinderclient.client.Client.retries` value become to None,
instead of 0. This raises TypeError on python 3 during comparison
`attempts > self.retries` on
`cinderclient.client.SessionClient._cs_request`

Closes-Bug: #1684787
Change-Id: If1ac36acb0d1c92e9779e3e8995606c9b34f2cde
2017-05-02 14:09:57 +03:00
..
contrib Removed unnecessary 'service_type' decorator 2017-01-23 13:58:33 +02:00
__init__.py Replace OpenStack LLC with OpenStack Foundation 2013-09-28 23:13:54 +08:00
availability_zones.py Update help strings for cinder client 2014-04-23 09:06:21 -05:00
client.py Fix client `retries` default value. 2017-05-02 14:09:57 +03:00
limits.py Fix RateLimit.__repr__ - self.method is undefined 2013-12-31 18:00:24 +04:00
qos_specs.py Replace OpenStack LLC with OpenStack Foundation 2016-07-26 14:51:33 +05:30
quota_classes.py Fixes quota-class-update commands 2015-03-02 23:29:07 +08:00
quotas.py Quotaset update does not return result 2014-07-29 17:56:07 +00:00
services.py Fix Service.__repr__ to remove the undefined attribute 2016-06-25 11:45:38 -04:00
shell.py Removed unnecessary 'service_type' decorator 2017-01-23 13:58:33 +02:00
volume_backups.py Find resource refactoring 2015-05-12 14:52:46 +03:00
volume_backups_restore.py Fix string representation of VolumeBackupsRestore 2013-11-27 11:05:42 +00:00
volume_encryption_types.py Update param docstring to ducument search_opts 2017-01-23 09:57:16 -05:00
volume_snapshots.py Optimize: add build_query_param method to clean code 2016-11-07 09:26:52 +08:00
volume_transfers.py Optimize: add build_query_param method to clean code 2016-11-07 09:26:52 +08:00
volume_types.py Fix batch deleting issue in volume_type.unset_keys() 2016-07-06 15:15:35 +08:00
volumes.py Optimize: add build_query_param method to clean code 2016-11-07 09:26:52 +08:00