'ascii' codec error while server create - console log show
Hi everybody,
im trying to create an instance from an fedora image with command
openstack server create \
--flavor my-lab.project1 \
--image fedora_cloud_image \
--key-name key1 \
--security-group sec1 \
--nic net-id=4a02e216-c131-4414-be2f-c2341d1f7e25 \
fedora_instance01
The next step should be to look at tghe logs until the instance finishes booting with command
openstack console log show fedora_instance01 | tail -35
This operation fails with error
'ascii' codec can't encode characters in position 25047-25049: ordinal not in range(128)
In horizon i can look inside the logs and can see some lines like
[[0;32m OK [0m] Started [0;1;39mCreate list of sta��� nodes for the current kernel[0m.
How can i configure the logs not to be written with broken signs?