This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Based on https://gist.github.com/robbyt/2493423 | |
This StarCluster plugin grants all tcp, udp and icmp privileges for 10.0.0.0/8 | |
between the current cluster's security group and the given security group, | |
in both directions | |
""" | |
from starcluster.clustersetup import ClusterSetup | |
from starcluster.logger import log |