Hello I had different reproduce not using ldap here.
Please refer to below steps for reproducer and verification 1. deploy openstack xenial env 2. source novarc ( as admin ) 3. keystone user-create --user test 4. log into keystone node and install mysql-client 5. connect to mysql with keystone user 6. do below query - set foreign_key_checks = 0 - update local_user set user_id='Gāo' where user_id='UUID'; - update user set id='Gāo' where id='UUID'; - set foreign_key_checks = 1 7. keystone user-role-add --user test --tenant admin --role Admin 8. source novarc ( as test ) 9. nova list got unicode error on nova-cloud-controller node /var/log/syslog 10. upgraded python-oslo.context on -proposed repo 11. back to client node and nova list 12. it returns correct table without any server Thanks dpkg -l | grep oslo.context ii python-oslo.context 2.2.0-2ubuntu1 all WSGI context helpers for OpenStack - Python 2.x ** Tags removed: verification-needed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1507937 Title: Tenant does not support non-ascii characters To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-archive/+bug/1507937/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
