Comment 0 for bug 1249233

Revision history for this message
Chen Xiao (chenxiao) wrote :

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.