Read-only parameters exposed in v2 shell for *-create commands
Bug #1350802 reported by Michal Dulko
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Glance Client |
Fix Released |
Undecided |
Michal Dulko | ||
Bug Description
In image-create command there are read-only parameters listed in help. It's visible only in v2 shell. For example:
--created-at <CREATED_AT>
Date and time of image registration (READ-ONLY)
--updated-at <UPDATED_AT>
Date and time of the last image modification (READ-
ONLY)
I think that read-only parameters should be hidden from user in create and update commands.