yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15784
[Bug 1307338] Re: Return incorrect message in keypair-show and keypair-delete
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1307338
Title:
Return incorrect message in keypair-show and keypair-delete
Status in OpenStack Compute (Nova):
Fix Released
Status in Python client library for Nova:
Fix Committed
Bug description:
Reproduce:
1.nova keypair-list
+----------+-------------------------------------------------+
| Name | Fingerprint |
+----------+-------------------------------------------------+
| root_key | 41:f3:fc:23:07:1d:99:cc:fd:e4:7a:a3:20:ba:78:25 |
+----------+-------------------------------------------------+
2.nova keypair-show root
ERROR: The resource could not be found. (HTTP 404) (Request-ID: req-542fa1da-0ab0-4624-b662-7d7c908508e2)
3.nova keypair-delete root
ERROR: The resource could not be found. (HTTP 404) (Request-ID: req-2f8587a3-ee5e-4134-ba5d-a2b3f0968cbc)
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1307338/+subscriptions
References