From ab8b4c0270dd156df71d6b5614f256b7316d78be Mon Sep 17 00:00:00 2001 From: moussa taifi Date: Tue, 10 Feb 2015 11:14:28 -0500 Subject: [PATCH] Adds the currently available instance types for azure to the available dict(choices..... --- cloud/azure/azure.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/cloud/azure/azure.py b/cloud/azure/azure.py index 1679fbc45d1..d0c883c2b2d 100644 --- a/cloud/azure/azure.py +++ b/cloud/azure/azure.py @@ -173,7 +173,20 @@ AZURE_ROLE_SIZES = ['ExtraSmall', 'Basic_A1', 'Basic_A2', 'Basic_A3', - 'Basic_A4'] + 'Basic_A4', + 'Standard_D1', + 'Standard_D2', + 'Standard_D3', + 'Standard_D4', + 'Standard_D11', + 'Standard_D12', + 'Standard_D13', + 'Standard_D14', + 'Standard_G1', + 'Standard_G2', + 'Sandard_G3', + 'Standard_G4', + 'Standard_G5'] try: import azure as windows_azure