Skip to content

Commit 4463a84

Browse files
committed
Update ingredient
1 parent 46e1252 commit 4463a84

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

compute/client_library/ingredients/disks/create_secondary_custom.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ def create_secondary_custom_disk(
4747
disk=f"projects/{primary_disk_project}/zones/{primary_disk_zone}/disks/{primary_disk_name}"
4848
)
4949

50-
# Specify additional guest OS features for the secondary disk
51-
# Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET
52-
# - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE
53-
# - SEV_LIVE_MIGRATABLE_V2 - SEV_SNP_CAPABLE - TDX_CAPABLE - IDPF
50+
# Add guest OS features to the secondary dis
51+
# For possible values, visit:
52+
# https://cloud.google.com/compute/docs/images/create-custom#guest-os-features
5453
disk.guest_os_features = [compute_v1.GuestOsFeature(type="MULTI_IP_SUBNET")]
5554

5655
# Assign additional labels to the secondary disk

0 commit comments

Comments
 (0)