Beispiel #1
0
 def __init__(self, ctr_ip=None):
     self.controller_ip = ctr_ip if ctr_ip else const.DEFAULT_ODL_CONTROLLER_IP
     self.odlRequest = ODLRestRequest(self.controller_ip)