Remove ClientManager class.
Change-Id: Iff3c4eb4010d01a9148c200837722bdc31784b49
This commit is contained in:
@@ -25,8 +25,8 @@ LOG = log.getLogger(__name__)
|
||||
class FaultExecutor(object):
|
||||
"""Responsible for executing faults."""
|
||||
|
||||
def __init__(self, conf_file=None, clients=None):
|
||||
self.config = FaultConfig(conf_file=conf_file, clients=clients)
|
||||
def __init__(self, conf_file=None):
|
||||
self.config = FaultConfig(conf_file=conf_file)
|
||||
try:
|
||||
self.connect()
|
||||
LOG.info("os-faults connected.")
|
||||
|
Reference in New Issue
Block a user