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
|
@ -160,7 +160,7 @@ def main():
|
|||
n.cmd([constants.SYSCTL_BIN, "net.ipv4.icmp_echo_ignore_broadcasts=0"])
|
||||
if options.services is not None:
|
||||
session.services.addservicestonode(n, "", options.services.split("|"))
|
||||
n.boot()
|
||||
session.services.bootnodeservices(n)
|
||||
nodelist.append(n)
|
||||
if i % 25 == 0:
|
||||
print "\n%s nodes created " % i,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue