コード例 #1
0
ファイル: tasks.py プロジェクト: linzhishui/dsl-parser
def _process_functions(plan):
    handler = functions.plan_evaluation_handler(plan)
    scan.scan_service_template(plan, handler, replace=True)
コード例 #2
0
ファイル: tasks.py プロジェクト: nagendra1991/cloudify-common
def _process_functions(plan, runtime_only_evaluation=False):
    handler = functions.plan_evaluation_handler(plan, runtime_only_evaluation)
    scan.scan_service_template(
        plan, handler, replace=True, search_secrets=True)
コード例 #3
0
ファイル: tasks.py プロジェクト: Fleuri/pythontest
def _process_functions(plan):
    handler = functions.plan_evaluation_handler(plan)
    scan.scan_service_template(plan, handler, replace=True)