From 63156d9dafa1daacfa99ffb0c3d8db0708daab86 Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Tue, 1 Oct 2019 22:21:19 +0000 Subject: [PATCH] release pipeline fix Signed-off-by: Modular Magician --- plugins/modules/gcp_compute_image.py | 6 ++---- plugins/modules/gcp_compute_image_info.py | 3 +-- plugins/modules/gcp_container_cluster.py | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/plugins/modules/gcp_compute_image.py b/plugins/modules/gcp_compute_image.py index 1727eb0..c7e22f2 100644 --- a/plugins/modules/gcp_compute_image.py +++ b/plugins/modules/gcp_compute_image.py @@ -86,8 +86,7 @@ options: suboptions: type: description: - - The type of supported feature. Read [Enabling guest operating system features](U(https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features)) - to see a list of available options. + - The type of supported feature. - 'Some valid choices include: "MULTI_IP_SUBNET", "SECURE_BOOT", "UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "WINDOWS"' required: false @@ -347,8 +346,7 @@ guestOsFeatures: contains: type: description: - - The type of supported feature. Read [Enabling guest operating system features](U(https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features)) - to see a list of available options. + - The type of supported feature. returned: success type: str id: diff --git a/plugins/modules/gcp_compute_image_info.py b/plugins/modules/gcp_compute_image_info.py index 95868c2..1e95e79 100644 --- a/plugins/modules/gcp_compute_image_info.py +++ b/plugins/modules/gcp_compute_image_info.py @@ -195,8 +195,7 @@ resources: contains: type: description: - - The type of supported feature. Read [Enabling guest operating system features](U(https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features)) - to see a list of available options. + - The type of supported feature. returned: success type: str id: diff --git a/plugins/modules/gcp_container_cluster.py b/plugins/modules/gcp_container_cluster.py index 4b05fb8..7b5c092 100644 --- a/plugins/modules/gcp_container_cluster.py +++ b/plugins/modules/gcp_container_cluster.py @@ -527,7 +527,7 @@ options: - Configuration for controlling how IPs are allocated in the cluster. required: false type: dict - version_added: '2.9' + version_added: '2.10' suboptions: enabled: description: