Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Added missing DigitalOcean cloud regions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Mar 4, 2014
1 parent 2f9b4ac commit 5917999
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions provider/digitalocean.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@


REGION_LIST = {
'san-francisco-1': 'San Francisco 1',
'amsterdam-1': 'Amsterdam 1',
'new-york-1': 'New York 1',
'new-york-2': 'New York 2'
'amsterdam-1': 'Amsterdam 1',
'san-francisco-1': 'San Francisco 1',
'new-york-2': 'New York 2',
'amsterdam-2': 'Amsterdam 2',
'singapore-1': 'Singapore 1',
}


Expand Down

0 comments on commit 5917999

Please sign in to comment.