X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sliver_vs.py;h=9afbe68cc23db1a133a7b23b5302d8c015fbad8c;hb=55afbcaa2f8e9646bec3962e406f150f5d31b47b;hp=20bca721538f95b6c4e30016c87c60fe0b07baf5;hpb=854fdfe526baa82adf31f14cac8a62223b310050;p=nodemanager.git diff --git a/sliver_vs.py b/sliver_vs.py index 20bca72..9afbe68 100644 --- a/sliver_vs.py +++ b/sliver_vs.py @@ -67,7 +67,6 @@ class Sliver_VS(account.Account, vserver.VServer): self.create(name, rec) logger.log("sliver_vs: %s: second chance..."%name) vserver.VServer.__init__(self, name,logfile='/var/log/nodemanager') - self.keys = '' self.rspec = {} self.slice_id = rec['slice_id'] @@ -187,7 +186,7 @@ class Sliver_VS(account.Account, vserver.VServer): if code: logger.log("vsliver_vs: %s: Installed new initscript in %s"%(self.name,sliver_initscript)) if self.is_running(): - # Only need to rerun the initscript if the vserver is + # Only need to rerun the initscript if the vserver is # already running. If the vserver isn't running, then the # initscript will automatically be started by # /etc/rc.d/vinit when the vserver is started.