예제 #1
0
파일: plugin.py 프로젝트: afori/neutron
 def get_port_from_device(device):
     port = nvsd_db.get_port_from_device(device)
     if port:
         port['device'] = device
     return port
예제 #2
0
 def get_port_from_device(device):
     port = nvsd_db.get_port_from_device(device)
     if port:
         port['device'] = device
     return port