Hello,
i have installed openstack glance on a centos 6.3 server.
After running:
glance add name=f16-jeos is_public=true disk_format=qcow2 container_format=ovf copy_from=http://berrange.fedorapeople.org/images/2012-02-29/f16-x86_64-openstack-sda.qcow2
or
glance add name="tty-linux-kernel" disk_format=aki container_format=aki < ttylinux-uec-amd64-12.1_2.6.35-22_1-vmlinuz
i always have the following error:
Failed to add image. Got error:
'utf8' codec can't decode byte 0x94 in position 0: invalid start byte
Note: Your image metadata may still be in the registry, but the image's status will likely be 'killed'.
Thanks in advance.
George