Comment 0 for bug 1710329

Revision history for this message
zhengliuyang (zlyqqq) wrote :

I create a project with a chinese name, then get the project with the name.

openstack --debug project show 中文
/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