diff options
author | Philipp Hahn <hahn@univention.de> | 2018-11-16 06:17:41 +0100 |
---|---|---|
committer | Michal Privoznik <mprivozn@redhat.com> | 2018-11-26 14:13:49 +0100 |
commit | 389cc9d0c720a2393bf797def57baeccceb59afb (patch) | |
tree | 4c8cef4f2e706bb8c3d13a812105412de0293a29 | |
parent | 8f745819c9a566b0717e5b6f692a1a77cf76b53d (diff) | |
download | libvirt-python-389cc9d0c720a2393bf797def57baeccceb59afb.tar.gz |
Add daemon to list of shutdown reasons
Add the support to work with libvirt commit 66a85cb13.
Signed-off-by: Philipp Hahn <hahn@univention.de>
-rwxr-xr-x | examples/event-test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/event-test.py b/examples/event-test.py index 4bff554..4458e22 100755 --- a/examples/event-test.py +++ b/examples/event-test.py @@ -497,7 +497,7 @@ DOM_EVENTS = Description( ("Started", ("Booted", "Migrated", "Restored", "Snapshot", "Wakeup")), ("Suspended", ("Paused", "Migrated", "IOError", "Watchdog", "Restored", "Snapshot", "API error", "Postcopy", "Postcopy failed")), ("Resumed", ("Unpaused", "Migrated", "Snapshot", "Postcopy")), - ("Stopped", ("Shutdown", "Destroyed", "Crashed", "Migrated", "Saved", "Failed", "Snapshot")), + ("Stopped", ("Shutdown", "Destroyed", "Crashed", "Migrated", "Saved", "Failed", "Snapshot", "Daemon")), ("Shutdown", ("Finished", "On guest request", "On host request")), ("PMSuspended", ("Memory", "Disk")), ("Crashed", ("Panicked",)), |