removed node boot/validate methods, since it was using a circular reference to run a CoreService method

This commit is contained in:
Blake J. Harnden 2018-06-22 11:59:16 -07:00
parent 37517c45f4
commit 0efcd910db
6 changed files with 3 additions and 47 deletions

View file

@ -515,9 +515,7 @@ class EmuSession(Session):
if self.state == EventTypes.RUNTIME_STATE.value and is_boot_node:
self.write_objects()
self.add_remove_control_interface(node=node, remove=False)
# TODO: common method to both Physical and LxcNodes, but not the common PyCoreNode
node.boot()
self.services.bootnodeservices(node)
return node