Return incorrect message in keypair-show and keypair-delete
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
ugvddm | ||
python-novaclient |
Fix Released
|
Undecided
|
ugvddm |
Bug Description
Reproduce:
1.nova keypair-list
+------
| Name | Fingerprint |
+------
| root_key | 41:f3:fc:
+------
2.nova keypair-show root
ERROR: The resource could not be found. (HTTP 404) (Request-ID: req-542fa1da-
3.nova keypair-delete root
ERROR: The resource could not be found. (HTTP 404) (Request-ID: req-2f8587a3-
expected:
1.nova keypair-show root
ERROR: No keypair with a name or ID of 'root' exists.
2.nova keypair-delete root
ERROR: No keypair with a name or ID of 'root' exists.
description: | updated |
Changed in nova: | |
assignee: | nobody → ugvddm (271025598-9) |
description: | updated |
Changed in python-novaclient: | |
assignee: | nobody → ugvddm (271025598-9) |
summary: |
- Return incorrect message in "keypair show" + Return incorrect message in keypair-show and keypair-delete |
description: | updated |
description: | updated |
tags: | added: api |
Changed in nova: | |
status: | New → In Progress |
Changed in nova: | |
milestone: | none → juno-1 |
status: | Fix Committed → Fix Released |
Changed in python-novaclient: | |
milestone: | none → 2.18.0 |
Changed in python-novaclient: | |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | juno-1 → 2014.2 |
Fix proposed to branch: master /review. openstack. org/87828
Review: https:/