openstack user show is now case sensitive, behavior changed
Bug #2131938 reported by
Wesley De Arburn
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.
| Changed in python-openstackclient: | |
| assignee: | nobody → Nam Hyeokjun (zzun73) |
To post a comment you must log in.
I can confirm that the behaviour changed, can't tell if it is intentional or not