Skip to content

Commit

Permalink
Merge 35900ce into f3c7474
Browse files Browse the repository at this point in the history
  • Loading branch information
evancarter-iex committed May 26, 2017
2 parents f3c7474 + 35900ce commit e8e7497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcloud/compute/drivers/gce.py
Original file line number Diff line number Diff line change
Expand Up @@ -3999,7 +3999,7 @@ def ex_create_instancetemplate(

properties = self._create_instance_properties(
name, node_size=size, source=source, image=image,
disk_type='pd-standard', disk_auto_delete=True,
disk_type=disk_type, disk_auto_delete=True,
external_ip=external_ip, network=network, subnetwork=subnetwork,
can_ip_forward=can_ip_forward, service_accounts=service_accounts,
on_host_maintenance=on_host_maintenance,
Expand Down

0 comments on commit e8e7497

Please sign in to comment.