'ascii' codec can't decode byte 0xc3 in position 30: ordinal not in range(128) ERROR WHEN LAUNCHING AN INSTANCE in RDO-Juno
No matter how I configure my Juno Installation that I created using RedHat RDO with packstack --allinone, I always get this pesky error when I am launching an instance:
Fault
Message 'ascii' codec can't decode byte 0xc3 in position 30: ordinal not in range(128) Code 500 Details File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2014, in do_build_and_run_instance filter_properties) File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2149, in _build_and_run_instance instance_uuid=instance.uuid, reason=six.text_type(e))
I am running this in a single VirtualBox image on a MacBook Pro and gave the Box 2 CPUs and 2GB RAM. All services are started and seem to be running.
What can I do?
First. Post the name of instance you try to launch ( does it have non printable characters )
Second. Login to mysql as root :-
search for non printable characters
Add to $HOME/.bashrc :
Please post keystonerc_admin , keystonerc_demo ( suspect for non printable characters )
Finally, any source text or code , which might be edited by you does contain non printable characters.
Hard to believe they were generated on system level. Juno works fine