Exemplo n.º 1
0
def run_upgrade_heat_version():
    normative_candidate = get_heat_version()
    run(normative_candidate)
Exemplo n.º 2
0
def run_upgrade_heat1707_3537():
    normative_candidate = get_heat1702_3537()
    run(normative_candidate)
Exemplo n.º 3
0
def run_upgrade_sol():
    normative_candidate = get_sol(all_types)
    run(normative_candidate)
Exemplo n.º 4
0
def run_upgrade_onap():
    normative_candidate = get_onap(all_types)
    run(normative_candidate)
Exemplo n.º 5
0
def run_upgrade_nfv():
    normative_candidate = get_nfv(all_types)
    run(normative_candidate)
Exemplo n.º 6
0
def run_upgrade_heat():
    normative_candidate = get_heat(all_types)
    run(normative_candidate)