File: bug-1642030-166b2b28c8adf22e.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (9 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Add ``server event list`` and ``server event show`` commands.

    A server event is the event record of actions performed on a server,
    including: event type(create, delete, reboot and so on),
    event result(success, error), start time, finish time and others.
    [Bug `1642030 <https://bugs.launchpad.net/python-openstackclient/+bug/1642030>`_]