Files
python-cinderclient/cinderclient
Michael Dovgal d8a6210152 Fix adding non-ascii attrs to Resource objects error
Due to these lines of code [0] we don't have an opportunity
to add attributes with non-ascii symbols to Resource objects,
but information about it will be in _info dict.

Example of side effect - quota_show command.
Because we don't have such an attr, here [1] it will be added
None value instead of real value [2].

This patch fixes this problem.

[0] - f8c93ed03b/cinderclient/apiclient/base.py (L498-L499)
[1] - f8c93ed03b/cinderclient/shell_utils.py (L179)
[2] - http://paste.openstack.org/show/593358/

Change-Id: I0493845dafc5dad836e899b9c22d563023c1dab0
Closes-Bug: #1652605
2017-01-20 20:12:29 +00:00
..
2017-01-18 19:35:01 +01:00
2017-01-18 06:28:21 -08:00
2014-02-12 10:18:09 -06:00
2016-12-06 15:59:40 -05:00
2016-12-16 16:11:31 +02:00