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 Single_ Instance. template -P "intsancetype= m1.small; DBUsername= wp;DBPassword= verybadpassword ;KeyName= heat_key; LinuxDistributi on=F10"
heat stack-create teststack -f WordPress_
when F10 is not exist, the error is follow
Traceback (most recent call last): exit(main( )) python2. 6/site- packages/ heatclient/ shell.py" , line 355, in main
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 iname it used is not exist, can display the same error.