Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fibre
portal-interface
Commits
70d79c91
Commit
70d79c91
authored
Jan 31, 2020
by
Felipe Fonseca
Browse files
Merge branch '1.3.4'
parents
81ac16b4
e1ded591
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
portal/views/views_slices.py
portal/views/views_slices.py
+2
-2
No files found.
portal/views/views_slices.py
View file @
70d79c91
...
...
@@ -661,8 +661,8 @@ def get_slice_min_topology_and_oedl(request, slice_urn):
'full_topology'
:
processed_topologies
[
'topology'
],
'custom_topology'
:
custom_topology
,
'min_topology'
:
processed_topologies
[
'min_topology'
],
'start_oedl_template'
:
OEDL
.
build
(
custom_topology
,
slice_resource
),
'stop_oedl_template'
:
OEDL
.
build_stop
(
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
,
active_lease
)
}
else
:
# print("Topology not located")
...
...
Write
Preview
Markdown
is supported
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