Skip to content
Snippets Groups Projects
Commit 917424be authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Fix worflow init conflicts

parent 3ba50115
No related branches found
No related tags found
1 merge request!35Feature/nat178 modify capacity iptrunk
......@@ -9,11 +9,11 @@ LazyWorkflowInstance(
)
LazyWorkflowInstance("gso.workflows.device.get_facts", "get_facts")
LazyWorkflowInstance("gso.workflows.iptrunk.create_iptrunk", "create_iptrunk")
LazyWorkflowInstance(
"gso.workflows.iptrunk.terminate_iptrunk", "terminate_iptrunk"
)
LazyWorkflowInstance(
"gso.workflows.iptrunk.modify_isis_metric", "modify_isis_metric"
)
LazyWorkflowInstance("gso.workflows.iptrunk.modify_generic", "modify_generic")
LazyWorkflowInstance("gso.workflows.iptrunk.terminate_iptrunk",
"terminate_iptrunk")
LazyWorkflowInstance("gso.workflows.iptrunk.modify_isis_metric",
"modify_isis_metric")
LazyWorkflowInstance("gso.workflows.iptrunk.modify_generic",
"modify_generic")
LazyWorkflowInstance("gso.workflows.site.create_site", "create_site")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment