Skip to content

Commit 415739d

Browse files
withinboredomcarmstrong
authored andcommitted
fix(contrib/azure): fix virtual network name
1 parent 656a7fb commit 415739d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/azure/azure-coreos-cluster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ for i in range(args.num_nodes):
223223
result = sms.create_virtual_machine_deployment(
224224
args.cloud_service_name, deployment_name=args.cloud_service_name,
225225
deployment_slot='production', label=vm_name,
226-
role_name=vm_name, system_config=system, os_virtual_hard_disk=os_hd,
226+
role_name=vm_name, system_config=system, os_virtual_hard_disk=os_hd, virtual_network_name=args.virtual_network_name,
227227
role_size=args.vm_size, network_config=network, data_virtual_hard_disks=data_disks)
228228
else:
229229
result = sms.add_role(

0 commit comments

Comments
 (0)