flavor-show fails if the flavor's ID is in the form of UUID
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-troveclient |
Fix Released
|
Undecided
|
Masaki Matsushita | ||
Bug Description
flavor-show fails if the flavor's ID is in the form of UUID.
% trove flavor-list
+------
| ID | Name | RAM |
+------
| 1 | m1.tiny | 512 |
| 3 | m1.medium | 4096 |
| 4 | m1.large | 8192 |
| 5 | m1.xlarge | 16384 |
| 42 | m1.nano | 64 |
| 84 | m1.micro | 128 |
| 451 | m1.heat | 512 |
| 07f7b6af-
+------
% trove flavor-show m1.small
ERROR: No flavor with a name or ID of 'm1.small' exists.
| Changed in python-troveclient: | |
| assignee: | nobody → Masaki Matsushita (mmasaki) |
| status: | New → In Progress |
| Changed in python-troveclient: | |
| status: | In Progress → Fix Committed |
| Changed in python-troveclient: | |
| milestone: | none → 1.3.0 |
| status: | Fix Committed → Fix Released |
It needs to be specified that when "trove flavor-show" is used with name in case of if the flavor's ID is in the form of UUID, it fails.
It works when using the ID.