Add lock/unlock action record
Now we can show most of action on the server, it's very useful for audit, but what a pity is that we can't show lock actions. Sometimes our admin want to know who/why lock the server. It may be a good design to record lock action to action list. Here is a demo example:
nova instance-
+------
| Action | Request_ID | Message | Start_Time |
+------
| create | req-41c72cc5-
| lock | req-3456a757-
| unlock | req-9cc9dd48-
+------
$ nova instance-action 941ed017-
+------
| Property | Value |
+------
| action | lock |
| events | [] |
| instance_uuid | 941ed017-
| message | - |
| project_id | 66124df8b15b46d
| request_id | req-3456a757-
| start_time | 2016-11-
| user_id | 24d97e40fec0477
+------
it shouldn't affect previous interfaces.
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Add lock actions to action-list
Gerrit topic: https:/
Addressed by: https:/
Add lock action record
Work Items
Dependency tree

* Blueprints in grey have been implemented.