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.
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:git.openstack.org/cgit/openstack/python-novaclient/tree/novaclient/utils.py#n243
http://
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.