Skip to content
Snippets Groups Projects
Commit 5f563662 authored by Pablo Armingol's avatar Pablo Armingol
Browse files

code cleanup

parent 87e30be2
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!218Resolve "(TID) Add support for IETF slices"
...@@ -163,9 +163,6 @@ class DescriptorLoader: ...@@ -163,9 +163,6 @@ class DescriptorLoader:
"endpoint_id": {"device_id": {"device_uuid": {"uuid": elemento["id"]}}, "endpoint_uuid": {"uuid": attcircuit["ac-tp-id"]}}, "endpoint_id": {"device_id": {"device_uuid": {"uuid": elemento["id"]}}, "endpoint_uuid": {"uuid": attcircuit["ac-tp-id"]}},
"location": {"region": "4"} "location": {"region": "4"}
}}) }})
# Convertir a JSON de salida
#json_output = json.dumps(json_out, indent=2)
self.__slices = json_out.get('slices' , []) self.__slices = json_out.get('slices' , [])
self.__contexts_add = None self.__contexts_add = None
......
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