コード例 #1
0
ファイル: tosca_translator.py プロジェクト: g3org3/ETSO
 def __init__(self, tosca, parsed_params, deploy=None):
     super(TOSCATranslator, self).__init__()
     self.tosca = tosca
     self.hot_template = HotTemplate()
     self.parsed_params = parsed_params
     self.deploy = deploy
     self.node_translator = None
     log.info(_('Initialized parmaters for translation.'))
コード例 #2
0
 def __init__(self, tosca, parsed_params):
     super(TOSCATranslator, self).__init__()
     self.tosca = tosca
     self.hot_template = HotTemplate()
     self.parsed_params = parsed_params
     self.node_translator = None