services with the same names will lead ``service show`` , ``service delete`` wrong error
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Fix Released
|
Undecided
|
sunyajing | ||
Bug Description
If several services have the same names like this:
+------
| ID | Name | Type |
+------
| 148f5e8cc6154fa
| 186fd71836d745d
| 18a0e5976899483
| 42c41632597d4d3
| 455680b30d3f4af
| 67c7ada5f4c24c2
| 79d150b92f4b4f7
| 7dc9bd2115234ae
| 8df25ac9adcd478
| 98bcf89fbcbf44b
| ed7d55b2d415417
| f94c3860ebb7478
+------
``service show nova`` raises a wrong exception:
No service with a type, name or ID of 'nova' exists.
Actually, it should be:
Multiple service matches found for 'nova', use an ID to be more specific.
| Changed in python-openstackclient: | |
| assignee: | nobody → sunyajing (yajing-sun) |
| description: | updated |
| Changed in python-openstackclient: | |
| status: | Confirmed → In Progress |
I have reproduced the same and also found the same error. So I changed the status to confirmed
Thanks