Comment 0 for bug 1408088

Revision history for this message
Liang Chen (cbjchen) wrote : not able to upload binary files when booting a vm

Not able to upload binary files to vm while booting, e.g. nova boot --flavor 2 --image cloudimg-amd64 --file /root/ping=/bin/ping test

Commit 8b264fc61d21fe4d0c7405914fb084f898956888 changed encoding schema of file contents from base64 to utf-8 for python3 compatibility. But that caused an issue when uploading binary files which cannot be utf-8 encoded.