GENICLOUD-26: Create a skeleton plugin file.
[nodemanager.git] / plugins / euca_iptables.py
1 #!/usr/bin/env python
2 #
3 # Create iptables rules to grant access to the node to a white list of IPs.
4 #
5 # Author: Marco Yuen <marcoy@cs.princeton.edu>
6
7 def GetSlivers(data, config=None, plc=None):
8     pass
9
10 if __name__ == '__main__':
11     pass
12