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. |
|