Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bin/releaseNotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ def getReleaseJiras(self, days=7):
self.printDebug(f"Calling {apirequest}")
result = requests.get(apirequest, headers=self.headers, verify=self.verify)
# sleep a bit so we don't get rate limited
time.sleep(0.2)
time.sleep(0.5)
return self.jiraToJson(result)

def getNotes(self, jira_issue):
self.printDebug(f"Getting JIRA: {jira_issue}")
result = requests.get(jira_issue, headers=self.headers, verify=self.verify)
time.sleep(0.5)
json = self.jiraToJson(result)
return json.get('fields', {}).get('customfield_10113', 'NONE')

Expand Down
14 changes: 0 additions & 14 deletions content/reference/datatypes/SoftLayer_Account_Link_OpenStack.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions content/reference/datatypes/SoftLayer_Utility_Network.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "getDatacentersWithSubnetAllocations"
description: "Datacenters which contain subnets that the account has access to route."
description: "[DEPRECATED] Datacenters which contain subnets that the account has access to route."
date: "2018-02-12"
tags:
- "method"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "getBoundSubnets"
description: "Associated subnets for a router object."
description: "[DEPRECATED] Associated subnets for a router object."
date: "2018-02-12"
tags:
- "method"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "getBoundSubnets"
description: "Subnets which are directly bound to one or more routers in a given datacenter, and currently allow routing."
description: "Subnets which are directly bound in a given datacenter, and currently allow routing."
date: "2018-02-12"
tags:
- "method"
Expand Down
Loading
Loading