예제 #1
0
 def __init__(self, global_options=None):
     self.global_options = global_options
     logger.info('Securitygroup module entry endpoint')
     self.cli = Misc.cli_argument_parse()
예제 #2
0
파일: s3.py 프로젝트: s4mur4i/kerrigan
 def __init__(self, global_options=None):
     self.global_options = global_options
     logger.info('S3 module entry endpoint')
     self.cli = Misc.cli_argument_parse()
예제 #3
0
 def __init__(self, global_options=None):
     self.global_options = global_options
     logger.info('autoscaling module entry endpoint')
     self.cli = Misc.cli_argument_parse()