openstack user show is now case sensitive, behavior changed

Bug #2131938 reported by Wesley De Arburn
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
python-openstackclient
Confirmed
Undecided
Unassigned

Bug Description

The command "openstack user show" has changed behavior when passing a name for the <user> argument.
It used to be case insensitive but now is not the case anymore and I didn't find any notice about it in the release notes.

From my tests, it changed beginning at version >= 7.0.0

---
$ openstack --version
openstack 6.6.1

$ openstack user show 'Wdearburn' -c name -f value
wdearburn

===

$ openstack --version
openstack 7.0.0

$ openstack user show 'Wdearburn' -c name -f value
No User found for Wdearburn
---

Is this an expected change ? Might be good to advertise it if it's the case.

Regards,
W.

Revision history for this message
Dr. Jens Harbott (j-harbott) wrote :

I can confirm that the behaviour changed, can't tell if it is intentional or not

Changed in python-openstackclient:
status: New → Confirmed
Nam Hyeokjun (zzun73)
Changed in python-openstackclient:
assignee: nobody → Nam Hyeokjun (zzun73)
Changed in python-openstackclient:
status: Confirmed → In Progress

Change abandoned by "Stephen Finucane <email address hidden>" on branch: master
Review: https://review.opendev.org/c/openstack/python-openstackclient/+/975631

Revision history for this message
Nam Hyeokjun (zzun73) wrote :

Related OSC change was abandoned: https://review.opendev.org/c/openstack/python-openstackclient/+/975631. Unassigning myself and setting this task back to Confirmed.

Changed in python-openstackclient:
status: In Progress → Confirmed
assignee: Nam Hyeokjun (zzun73) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.