Skip to content

Commit 426c9c3

Browse files
committed
Merge pull request #575 from opdemand/digitalocean-regions
Added missing DigitalOcean cloud regions.
2 parents 9321c3f + 5917999 commit 426c9c3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

provider/digitalocean.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212

1313

1414
REGION_LIST = {
15-
'san-francisco-1': 'San Francisco 1',
16-
'amsterdam-1': 'Amsterdam 1',
1715
'new-york-1': 'New York 1',
18-
'new-york-2': 'New York 2'
16+
'amsterdam-1': 'Amsterdam 1',
17+
'san-francisco-1': 'San Francisco 1',
18+
'new-york-2': 'New York 2',
19+
'amsterdam-2': 'Amsterdam 2',
20+
'singapore-1': 'Singapore 1',
1921
}
2022

2123

0 commit comments

Comments
 (0)