Skip to content

Commit cce8e11

Browse files
caberoscaberos
authored andcommitted
fix the problems
1 parent 8653b07 commit cce8e11

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

SoftLayer/fixtures/SoftLayer_Product_Package.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -851,12 +851,7 @@
851851
"keyName": "LOAD_BALANCER_UPTIME",
852852
}
853853
}]
854-
}, {
855-
"firstOrderStepId": 1,
856-
"id": 0,
857-
"isActive": 1,
858-
"keyName": "ADDITIONAL_PRODUCTS",
859-
"name": "Additional Products"}]
854+
}]
860855

861856
getItems = [
862857
{

SoftLayer/managers/ipsec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def update_tunnel_context(self, context_id, friendly_name=None,
287287
return self.context.editObject(context, id=context_id)
288288

289289
def order(self, datacenter, item_package):
290-
"""Create a ipsec
290+
"""Create a ipsec.
291291
292292
:param string datacenter: the datacenter shortname
293293
:param string[] item_package: items array

0 commit comments

Comments
 (0)