summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2015-04-17 15:07:15 +0200
committerPeter Krempa <pkrempa@redhat.com>2015-05-11 10:53:06 +0200
commit71c1cdb134201fdfb32d7a7c0fadfe307cb5850f (patch)
tree13c8b503b23f478af559bc90e14399a996fdbcf8 /MANIFEST.in
parent36737505c4adaafb8c98b6baa6bcb94eb20720ea (diff)
downloadlibvirt-python-71c1cdb134201fdfb32d7a7c0fadfe307cb5850f.tar.gz
examples: Add example to make guest agent lifecycle event useful
This example allows to use the guest agent event and metadata to track vCPU count set via the guest agent (agent-based onlining/offlining) and keep it persistent accross domain restarts. The daemon listens for the agent lifecycle event, and if it's received it looks into doman's metadata to see whether a desired count was set and issues the guest agent command.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ad08207..230baea 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -11,6 +11,8 @@ include examples/domsave.py
include examples/domstart.py
include examples/esxlist.py
include examples/event-test.py
+include examples/guest-vcpus/guest-vcpu-daemon.py
+include examples/guest-vcpus/guest-vcpu.py
include examples/topology.py
include generator.py
include libvirt-lxc-override-api.xml