Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fibre
portal-interface
Commits
e1ded591
Commit
e1ded591
authored
Jan 31, 2020
by
Felipe Fonseca
Browse files
Fixed method signature for OEDL generation
parent
553b10b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
portal/views/views_slices.py
View file @
e1ded591
...
@@ -661,8 +661,8 @@ def get_slice_min_topology_and_oedl(request, slice_urn):
...
@@ -661,8 +661,8 @@ def get_slice_min_topology_and_oedl(request, slice_urn):
'full_topology'
:
processed_topologies
[
'topology'
],
'full_topology'
:
processed_topologies
[
'topology'
],
'custom_topology'
:
custom_topology
,
'custom_topology'
:
custom_topology
,
'min_topology'
:
processed_topologies
[
'min_topology'
],
'min_topology'
:
processed_topologies
[
'min_topology'
],
'start_oedl_template'
:
OEDL
.
build
(
custom_topology
,
slice_resource
),
'start_oedl_template'
:
OEDL
.
build
(
custom_topology
,
slice_resource
,
active_lease
),
'stop_oedl_template'
:
OEDL
.
build_stop
(
custom_topology
,
slice_resource
)
'stop_oedl_template'
:
OEDL
.
build_stop
(
custom_topology
,
slice_resource
,
active_lease
)
}
}
else
:
else
:
# print("Topology not located")
# print("Topology not located")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment