yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #75443
[Bug 1710329] Re: support for chinese name to show
Is this something in the Keystone Server? this doesn't seem to be KSC
specific.
** Changed in: python-keystoneclient
Status: In Progress => Incomplete
** Also affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1710329
Title:
support for chinese name to show
Status in OpenStack Identity (keystone):
New
Status in python-keystoneclient:
Incomplete
Bug description:
I create a project with a chinese name, then get the project with the
name.
openstack --debug project show 中文
REQ: curl -g -i -X GET http://10.43.166.109:35357/v2.0/tenants -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe395e6a71aed0df6b06ef64cde70a93e3338f7b"
"GET /v2.0/tenants HTTP/1.1" 200 584
RESP: [200] Content-Length: 584 Vary: X-Auth-Token Connection: keep-alive Date: Sat, 23 Jun 2001 02:24:46 GMT Content-Type: application/json X-Openstack-Request-Id: req-5e4c498e-a474-4fa1-9614-b350d60d036a
/usr/lib/python2.7/site-packages/keystoneclient/base.py:283: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
for (attr, value) in searches):
No tenant with a name or ID of '中文' exists.
my env variable is as:
export OS_USERNAME=admin
export OS_PASSWORD=keystone
export OS_AUTH_URL=http://10.43.166.109:5000/v2.0
export OS_TENANT_NAME=admin
export OS_REGION_NAME=RegionOne
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1710329/+subscriptions