c03b9a871c
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
12 lines
467 B
YAML
12 lines
467 B
YAML
---
|
|
features:
|
|
- |
|
|
Add ``server event`` list and show commands, that 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.
|
|
[Bug `1642030 <https://bugs.launchpad.net/python-openstackclient/+bug/1642030>`_]
|