openstackcli lacks user message API
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack SDK |
New
|
Undecided
|
Unassigned |
Bug Description
User messages API was introduced on Cinder v3.3.
This is useful to retrieve, for instance, c-sch messages reporting some aync command errors:
$ cinder --os-volume-
+------
| ID | Resource Type | Resource UUID | Event ID | User Message |
+------
| 3905775b-
+------
This support should also be added to Openstack CLI, so I could type:
$ openstack --os-volume-
and get the same output.