Implement compute action-list commands

Registered by Dean Troyer

Created from https://bugs.launchpad.net/python-openstackclient/+bug/1426003

OSC does not have commands similar to nova's instance-action-list command. This is a useful command when working in shared projects to find out what happened to a VM (such as create/pause/etc.).

http://docs.openstack.org/user-guide-admin/content/novaclient_commands.html

Blueprint information

Status:
Not started
Approver:
None
Priority:
Medium
Drafter:
Dean Troyer
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

The instance activity data is also not in the OSC CLI.

http://developer.openstack.org/api-ref-compute-v2.1.html#returninstancedata

 nova instance-action timosdoc req-9ec87fd0-788a-426b-bab3-01ad6dbe6dee
+---------------+------------------------------------------+
| Property | Value |
+---------------+------------------------------------------+
| action | reboot |
| instance_uuid | 527fa0a7-cdcd-48aa-8898-c7abff4b64aa |
| message | - |
| project_id | 841615a3-ece9-4622-9fa0-fdc178ed34f8 |
| request_id | req-9ec87fd0-788a-426b-bab3-01ad6dbe6dee |
| start_time | 2015-09-09T13:41:36.000000 |
| user_id | timbell |
+---------------+------------------------------------------+

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.