refactored service function names
This commit is contained in:
parent
0efcd910db
commit
8186f3716c
14 changed files with 127 additions and 115 deletions
|
@ -88,7 +88,7 @@ ip forwarding
|
|||
|
||||
def boot(self):
|
||||
self.config()
|
||||
self.session.services.bootnodeservices(self)
|
||||
self.session.services.boot_node_services(self)
|
||||
|
||||
def bootscript(self):
|
||||
return """\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue