Adds VPN Handler 81/39781/2
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)
commit97b65954f0cfb632df3df5aa020e75aae54f331e
tree74283b5585fa29deedb229771411b2b91edf45f9
parent1c5c3474b063c4ffcd9ed006f3777873cbe20c10
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>
tools/laas-fog/source/api/vpn.py [new file with mode: 0644]