Adds VPN Handler
authorParker Berberian <pberberian@iol.unh.edu>
Mon, 21 Aug 2017 13:45:02 +0000 (09:45 -0400)
committerParker Berberian <pberberian@iol.unh.edu>
Thu, 31 Aug 2017 17:28:58 +0000 (13:28 -0400)
commita9e6eea8d8d772fc199c9ed2c273deb2f22028f0
tree2d166f227d63068a0e0b2130da28aa0cf2d10325
parente8f574960e435e58a4e109e110e9469a3f2b5c3f
Adds VPN Handler

JIRA: N/A

adds a vpn handler in source/api/vpn.py
vpn.py contains a formal interface definition as well as a specific
implementation using LDAP. If your lab's vpn does not use LDAP, you may
create a new vpn handler that properly extends the abstract vpn class
and it should be fine.

Change-Id: I31e8d8477dfed913c4da864d3ff3b49e988d64b1
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
laas-fog/source/api/vpn.py [new file with mode: 0644]