removed node boot/validate methods, since it was using a circular reference to run a CoreService method
This commit is contained in:
parent
37517c45f4
commit
0efcd910db
6 changed files with 3 additions and 47 deletions
|
@ -386,7 +386,6 @@ class CoreServices(object):
|
|||
:return:
|
||||
"""
|
||||
files = []
|
||||
|
||||
if not service.custom:
|
||||
return files
|
||||
|
||||
|
@ -479,16 +478,6 @@ class CoreServices(object):
|
|||
return True
|
||||
return False
|
||||
|
||||
def validatenodeservices(self, node):
|
||||
"""
|
||||
Run validation commands for all services on a node.
|
||||
|
||||
:param core.netns.vnode.LxcNode node: node to validate services for
|
||||
:return: nothing
|
||||
"""
|
||||
for service in node.services:
|
||||
self.validatenodeservice(node, service)
|
||||
|
||||
def validatenodeservice(self, node, service):
|
||||
"""
|
||||
Run the validation command(s) for a service.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue