Showing application credentials that don't exist does not raise an error
Bug #2126565 reported by
Matt Anson
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
Since python-
(osc) [matta@matt-top]$ openstack application credential show i-dont-exist
+------
| Field | Value |
+------
| ID | |
| Name | |
| Description | |
| Project ID | |
| Roles | |
| Unrestricted | |
| Access Rules | |
| Expires At | |
+------
(osc) [matta@matt-top]$ echo $?
0
This action should raise an exception.
| Changed in python-openstackclient: | |
| status: | New → In Progress |
To post a comment you must log in.
Fix proposed to branch: stable/2025.2 /review. opendev. org/c/openstack /python- openstackclient /+/962779
Review: https:/