Hello

I used reproducer just above instead of using ldap. 
and I added more line for resetting password

1. deploy openstack xenial env
2. source novarc ( as admin )
3. keystone user-create --name test
4. openstack user set --password-prompt 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/upstart/nova-
api-os-compute.log

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~cloud0                      
all          WSGI context helpers for OpenStack - Python 2.x

** Tags removed: verification-mitaka-needed
** Tags added: verification-mitaka-done

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to