Included version_added for new options.

reviewable/pr18780/r1
Ethan Devenport 8 years ago
parent 727eaa219d
commit 1631c717ff

@ -39,10 +39,12 @@ options:
description: description:
- Password set for the administrative user. - Password set for the administrative user.
required: false required: false
version_added: '2.2'
ssh_keys: ssh_keys:
description: description:
- Public SSH keys allowing access to the virtual machine. - Public SSH keys allowing access to the virtual machine.
required: false required: false
version_added: '2.2'
datacenter: datacenter:
description: description:
- The datacenter to provision this virtual machine. - The datacenter to provision this virtual machine.
@ -64,6 +66,7 @@ options:
required: false required: false
default: AMD_OPTERON default: AMD_OPTERON
choices: [ "AMD_OPTERON", "INTEL_XEON" ] choices: [ "AMD_OPTERON", "INTEL_XEON" ]
version_added: '2.2'
volume_size: volume_size:
description: description:
- The size in GB of the boot volume. - The size in GB of the boot volume.

@ -49,10 +49,12 @@ options:
description: description:
- Password set for the administrative user. - Password set for the administrative user.
required: false required: false
version_added: '2.2'
ssh_keys: ssh_keys:
description: description:
- Public SSH keys allowing access to the virtual machine. - Public SSH keys allowing access to the virtual machine.
required: false required: false
version_added: '2.2'
disk_type: disk_type:
description: description:
- The disk type of the volume. - The disk type of the volume.

Loading…
Cancel
Save