Activity log for bug #1249233

Date Who What changed Old value New value Message
2013-11-08 08:36:07 Chen Xiao bug added bug
2013-11-08 08:36:15 Chen Xiao python-heatclient: assignee Chen Xiao (chenxiao)
2013-11-08 08:38:12 Chen Xiao description In Japanese language environment heat stack-create teststack -f WordPress_Single_Instance.template -P "intsancetype=m1.small;DBUsername=wp;DBPassword=verybadpassword;KeyName=heat_key;LinuxDistribution=F10" when F10 is not exist, the error is follow Traceback (most recent call last): File "/usr/bin/heat", line 10, in <module> sys.exit(main()) File "/usr/lib/python2.6/site-packages/heatclient/shell.py", line 355, in main 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 iname it used is not exist, can display the same error. In Japanese language environment heat stack-create teststack -f WordPress_Single_Instance.template -P "intsancetype=m1.small;DBUsername=wp;DBPassword=verybadpassword;KeyName=heat_key;LinuxDistribution=F10" when F10 is not exist, the error is follow Traceback (most recent call last):   File "/usr/bin/heat", line 10, in <module>     sys.exit(main())   File "/usr/lib/python2.6/site-packages/heatclient/shell.py", line 355, in main     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.
2013-11-09 19:08:51 Steve Baker python-heatclient: status New Triaged
2013-11-09 19:08:56 Steve Baker python-heatclient: importance Undecided High
2013-11-09 19:09:07 Steve Baker python-heatclient: milestone v0.2.6
2013-11-12 08:21:52 OpenStack Infra python-heatclient: status Triaged In Progress
2013-11-20 08:29:29 OpenStack Infra python-heatclient: status In Progress Fix Committed
2014-04-07 22:37:34 Steve Baker python-heatclient: status Fix Committed Fix Released