From 0ab3b30b2faccab5245aeea172644a15c2274c4d Mon Sep 17 00:00:00 2001 From: Richard Lander Date: Mon, 15 Dec 2014 16:26:33 -0500 Subject: [PATCH] set network_config.public_ips attribute --- cloud/azure/azure.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/azure/azure.py b/cloud/azure/azure.py index 1679fbc45d1..9c73df9069f 100644 --- a/cloud/azure/azure.py +++ b/cloud/azure/azure.py @@ -281,6 +281,7 @@ def create_virtual_machine(module, azure): network_config = ConfigurationSetInputEndpoints() network_config.configuration_set_type = 'NetworkConfiguration' network_config.subnet_names = [] + network_config.public_ips = None for port in endpoints: network_config.input_endpoints.append(ConfigurationSetInputEndpoint(name='TCP-%s' % port, protocol='TCP',