diff options
| author | Rui Chen <chenrui.momo@gmail.com> | 2017-03-02 17:28:45 +0800 |
|---|---|---|
| committer | Rui Chen <chenrui.momo@gmail.com> | 2017-03-07 15:25:43 +0800 |
| commit | c03b9a871c4fe6b99221cb4b0d1e0eb7c90283fe (patch) | |
| tree | f0997019f3bafc1b6f207c0c645d816d183e6ca1 /doc/source/commands.rst | |
| parent | ead615f92dc54004a5eb3ad81304d2f63f79830f (diff) | |
| download | python-openstackclient-c03b9a871c4fe6b99221cb4b0d1e0eb7c90283fe.tar.gz | |
Add server event list and show commands
OSC server event is similar to nova's instance action commands.
Server event is the event record that had been done on a server,
include: event type(create, delete, reboot and so on),
event result(success, error), start time, finish time and so on.
These are important information for server maintains.
Change-Id: I8111091f46a0d2755728d8f9d43cc0dfe8842d13
Closes-Bug: #1642030
Diffstat (limited to 'doc/source/commands.rst')
| -rw-r--r-- | doc/source/commands.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index a0c67cd4..f4236188 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -137,6 +137,7 @@ referring to both Compute and Volume quotas. * ``server``: (**Compute**) virtual machine instance * ``server backup``: (**Compute**) backup server disk image by using snapshot method * ``server dump``: (**Compute**) a dump file of a server created by features like kdump +* ``server event``: (**Compute**) events of a server * ``server group``: (**Compute**) a grouping of servers * ``server image``: (**Compute**) saved server disk image * ``service``: (**Identity**) a cloud service |
