UnicodeDecodeError occurs when stack-create with non-exist linuxdistribution in non-english environment
Bug #1249233 reported by
Chen Xiao
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-heatclient |
Fix Released
|
High
|
Chen Xiao |
Bug Description
In Japanese language environment
heat stack-create teststack -f WordPress_
when F10 is not exist, the error is follow
Traceback (most recent call last):
File "/usr/bin/heat", line 10, in <module>
sys.
File "/usr/lib/
print >> sys.stderr, e
UnicodeEncodeError: 'ascii' codec can't encode characters in position 11-15: ordinal not in range(128)
I see when F10 is exist, but the image name it used is not exist, can display the same error.
Changed in python-heatclient: | |
assignee: | nobody → Chen Xiao (chenxiao) |
description: | updated |
Changed in python-heatclient: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → v0.2.6 |
Changed in python-heatclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/55984
Review: https:/