Comment #0 : Bug #1669683 : Series ocata : Bugs : python-novaclient

Comment 0 for bug 1669683

Revision history for this message
Zhenyu Zheng (zhengzhenyu) wrote :

When show instances with unicode tags, Chinese tags for example, it cannot be correctly
transformed:

this is due to dict and list field are first transformed to string using jsondump:
http://git.openstack.org/cgit/openstack/python-novaclient/tree/novaclient/utils.py#n243
and thus cannot be correctly decoded afterwards.

And seems metadata will have the same problem as the operation is done to dict and list
fields.