key information not visible for server

Bug #1052344 reported by Gavin B
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Invalid
Undecided
Unassigned

Bug Description

If you use multiple keys, it is very frustrating to not be able to determinate as part of the information displayed for a server, which key was used. i.e. I think a nova show <id> command should display the key_name used when booting the VM.

The data exists in the instances table - how about adding this missing data to the extended_status API ?

Revision history for this message
Vish Ishaya (vishvananda) wrote :

vishvananda@precise:~/devstack (master)$ nova show foo
+------------------------+----------------------------------------------------------------+
| Property | Value |
+------------------------+----------------------------------------------------------------+
| OS-DCF:diskConfig | MANUAL |
| OS-EXT-STS:power_state | 1 |
| OS-EXT-STS:task_state | None |
| OS-EXT-STS:vm_state | active |
| accessIPv4 | |
| accessIPv6 | |
| config_drive | |
| created | 2012-09-19T06:25:41Z |
| flavor | m1.tiny (1) |
| hostId | 4e8e2931fcbeaa7ef0885aee429eb53a3a301e014be4841300705aff |
| id | 2239c0bc-8a1f-4212-9e2b-f80ab91c000c |
| image | cirros-0.3.0-x86_64-uec (f1208df9-a54d-4e0b-b0d5-e04748597c28) |
| key_name | test |
| metadata | {} |
| name | foo |
| progress | 0 |
| security_groups | [{u'name': u'default'}] |
| status | ACTIVE |
| tenant_id | 3a2243eb8f494597b01bda9492547211 |
| updated | 2012-09-19T06:25:45Z |
| user_id | 0881ee74290d4f8d973667d10bbbbb94 |
+------------------------+----------------------------------------------------------------+

Changed in nova:
status: New → Invalid
Revision history for this message
Vish Ishaya (vishvananda) wrote :

key_name does show up with nova show.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.