Bug 1255476 - keystoneclient `user-get` unable to handle usernames containing utf-8 characters
Summary: keystoneclient `user-get` unable to handle usernames containing utf-8 characters
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-keystoneclient
Version: 5.0 (RHEL 6)
Hardware: All
OS: Linux
high
high
Target Milestone: zstream
: 8.0 (Liberty)
Assignee: Harry Rybacki
QA Contact: Prasanth Anbalagan
URL:
Whiteboard:
Depends On: 1226860 1255477 1255479 1335981
Blocks: 1335980
TreeView+ depends on / blocked
 
Reported: 2015-08-20 16:53 UTC by Scott Lewis
Modified: 2023-02-22 23:02 UTC (History)
13 users (show)

Fixed In Version: python-keystoneclient-1.7.2-2.el7ost
Doc Type: Bug Fix
Doc Text:
Clone Of: 1226860
: 1335980 (view as bug list)
Environment:
Last Closed: 2018-03-15 12:37:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1465500 0 None None None Never
OpenStack gerrit 192104 0 None None None Never
Red Hat Issue Tracker OSP-909 0 None None None 2022-06-06 11:27:34 UTC
Red Hat Product Errata RHBA-2018:0532 0 None None None 2018-03-15 12:37:50 UTC

Comment 6 Prasanth Anbalagan 2018-02-23 14:04:42 UTC
[stack@undercloud-0 ~]$ source overcloudrc 
[stack@undercloud-0 ~]$ keystone user-create --name ñew --tenant admin
+----------+----------------------------------+
| Property |              Value               |
+----------+----------------------------------+
|  email   |                                  |
| enabled  |               True               |
|    id    | c6a8d83ee6c24ebebe8839e3504936f2 |
|   name   |               ñew                |
| tenantId | 9659e8dce8234c188dd964d8aa4358ad |
| username |               ñew                |
+----------+----------------------------------+
[stack@undercloud-0 ~]$ keystone user-get ñew
+----------+----------------------------------+
| Property |              Value               |
+----------+----------------------------------+
|  email   |                                  |
| enabled  |               True               |
|    id    | c6a8d83ee6c24ebebe8839e3504936f2 |
|   name   |               ñew                |
| tenantId | 9659e8dce8234c188dd964d8aa4358ad |
| username |               ñew                |
+----------+----------------------------------+
[stack@undercloud-0 ~]$ 
[stack@undercloud-0 ~]$ yum list installed | grep python-keystoneclient
python-keystoneclient.noarch     1:1.7.2-2.el7ost       @rhelosp-8.0-puddle

Comment 10 errata-xmlrpc 2018-03-15 12:37:38 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:0532


Note You need to log in before you can comment on or make changes to this bug.