Comment 1 for bug 934081

Revision history for this message
Sateesh Bodla (sateesh-bodla) wrote :

Hi,

I am trying to reproduce the bug, but getting the exception "ERROR: 'utf8' codec can't decode byte 0xf6 in position 0: invalid start byte" when the name has UTF character. I am testing this in Essex version.

Observation:
root@vmessex198:~# nova secgroup-create öa UTFtest
ERROR: 'utf8' codec can't decode byte 0xf6 in position 0: invalid start byte
root@vmessex198:~# nova secgroup-create aöa UTFtest
ERROR: 'utf8' codec can't decode byte 0xf6 in position 1: invalid start byte
root@vmessex198:~# nova secgroup-create aa UTFtest
+------+-------------+
| Name | Description |
+------+-------------+
| aa | UTFtest |
+------+-------------+
root@vmessex198:~# nova secgroup-create "öa" UTFtestagain
ERROR: 'utf8' codec can't decode byte 0xf6 in position 0: invalid start byte

Probably this bug is fixed in Essex version or please let me know if I need to add the security group in any other way.

Thanks,
Sateesh B.