add additional Azure Regions

This commit is contained in:
Sterling Windmill 2014-08-31 09:15:46 -04:00
parent 69e7999586
commit 0c8576bdd2

View file

@ -145,15 +145,19 @@ import sys
import time
from urlparse import urlparse
AZURE_LOCATIONS = ['East Asia',
'Southeast Asia',
'Brazil South',
AZURE_LOCATIONS = ['South Central US',
'Central US',
'East US 2',
'East US',
'West US',
'North Central US',
'North Europe',
'West Europe',
'East Asia',
'Southeast Asia',
'Japan West',
'East US',
'South Central US',
'West US']
'Japan East',
'Brazil South']
AZURE_ROLE_SIZES = ['ExtraSmall',
'Small',