emc-xchallenge / nova

OpenStack Compute (Nova)
http://openstack.org
Apache License 2.0
0 stars 3 forks source link

Failure from "Nova aggregate" created with Unicode characters impact "nova aggregate-list" #7

Open jybuestc opened 8 years ago

jybuestc commented 8 years ago

Description: Failure from "Nova aggregate" created with Unicode characters impact "nova aggregate-list"

Project: OpenStack

Project Area: nova

Release: OpenStack

Severity: S1

Full Details:

nova aggregate created with Unicode characters failed and wasn't create successfully , however it caused "nova aggregate-list" doesn't work.

stack@ubuntu:~$ nova aggregate-list +----+------+-------------------+ | Id | Name | Availability Zone | +----+------+-------------------+ +----+------+-------------------+ stack@ubuntu:~$ nova aggregate-create 测试 ERROR (UnicodeEncodeError): 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128) stack@ubuntu:~$ nova aggregate-list ERROR (UnicodeEncodeError): 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)