Skip to content

Commit

Permalink
fix(contrib/azure): fix virtual network name
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom authored and carmstrong committed Mar 19, 2015
1 parent 656a7fb commit 415739d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/azure/azure-coreos-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ for i in range(args.num_nodes):
result = sms.create_virtual_machine_deployment(
args.cloud_service_name, deployment_name=args.cloud_service_name,
deployment_slot='production', label=vm_name,
role_name=vm_name, system_config=system, os_virtual_hard_disk=os_hd,
role_name=vm_name, system_config=system, os_virtual_hard_disk=os_hd, virtual_network_name=args.virtual_network_name,
role_size=args.vm_size, network_config=network, data_virtual_hard_disks=data_disks)
else:
result = sms.add_role(
Expand Down

0 comments on commit 415739d

Please sign in to comment.