release pipeline fix (#16)

release pipeline fix
This commit is contained in:
Alex Stephen 2019-10-02 10:30:05 -07:00 committed by GitHub
commit 86cba60a8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

View file

@ -86,8 +86,7 @@ options:
suboptions: suboptions:
type: type:
description: 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)) - The type of supported feature.
to see a list of available options.
- 'Some valid choices include: "MULTI_IP_SUBNET", "SECURE_BOOT", "UEFI_COMPATIBLE", - 'Some valid choices include: "MULTI_IP_SUBNET", "SECURE_BOOT", "UEFI_COMPATIBLE",
"VIRTIO_SCSI_MULTIQUEUE", "WINDOWS"' "VIRTIO_SCSI_MULTIQUEUE", "WINDOWS"'
required: false required: false
@ -347,8 +346,7 @@ guestOsFeatures:
contains: contains:
type: type:
description: 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)) - The type of supported feature.
to see a list of available options.
returned: success returned: success
type: str type: str
id: id:

View file

@ -195,8 +195,7 @@ resources:
contains: contains:
type: type:
description: 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)) - The type of supported feature.
to see a list of available options.
returned: success returned: success
type: str type: str
id: id:

View file

@ -527,7 +527,7 @@ options:
- Configuration for controlling how IPs are allocated in the cluster. - Configuration for controlling how IPs are allocated in the cluster.
required: false required: false
type: dict type: dict
version_added: '2.9' version_added: '2.10'
suboptions: suboptions:
enabled: enabled:
description: description: