From 21a193f0bdc2295492f19f061ee0e2bea36ddef8 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Tue, 26 Jun 2018 23:55:04 -0400 Subject: [PATCH] [#5] Add readme mention of zkhandler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 202679a5..e9630a9e 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ The daemon is the main piece of machinery. It consists of 4 main files - one ent * `pvcd/NodeInstance.py` - A class definition for a hypervisor node object. * `pvcd/VMInstance.py` - A class definition for a virtual machine object. * `pvcd/ansiiprint.py` - A supplemental function to output log lines. +* `pvcd/zkhandler.py` - A supplemental function set to read and write from Zookeeper consistently. The following sections walk through the steps the daemon takes from startup through to running VMs.