From 0c8576bdd27c1b5dbd6a762dd0315b9eeb9c3a47 Mon Sep 17 00:00:00 2001 From: Sterling Windmill Date: Sun, 31 Aug 2014 09:15:46 -0400 Subject: [PATCH] add additional Azure Regions --- library/cloud/azure | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/library/cloud/azure b/library/cloud/azure index ddb23497fc4..1679fbc45d1 100644 --- a/library/cloud/azure +++ b/library/cloud/azure @@ -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',