Skip to content
Snippets Groups Projects
Commit 0f15ee4b authored by Michal Hažlinský's avatar Michal Hažlinský :family:
Browse files

fixed sxl

parent aaa74a43
Branches
Tags 0.49
No related merge requests found
......@@ -63,6 +63,7 @@ ORDER_PAYLOAD = """
<UNIDescription>%(description)s</UNIDescription>
<UnitId>%(vlan_a)s</UnitId>
<VlanId>%(vlan_a)s</VlanId>
<MTU>9090</MTU>
</ServiceEndpointConfiguration>
</ServiceEndPoint>
</ServiceEndPointGroup>
......@@ -80,20 +81,23 @@ ORDER_PAYLOAD = """
<UNIDescription>%(description)s</UNIDescription>
<UnitId>%(vlan_a)s</UnitId>
<VlanId>%(vlan_b)s</VlanId>
<MTU>9090</MTU>
</ServiceEndpointConfiguration>
</ServiceEndPoint>
<DonotApplyDefaultTemplatesOfSD>true</DonotApplyDefaultTemplatesOfSD>
</ServiceEndPointGroup>
<ServiceOrderParameter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PTPConfigParameterOrderType">
<MTU>9090</MTU>
</ServiceOrderParameter>
<Reference>
<Customer key="%(cus_key)s"/>
<ServiceDefinition>
<ServiceDefinitionID key="%(service_def_id)s"/>
</ServiceDefinition>
<Service key="undefined"/>
</Reference>
</ServiceOrder>
<Service key="undefined"/>
</ServiceResource>
<CustomAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ServiceOrderCustomActionType">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment