Included version_added for new options.

pull/18777/head
Ethan Devenport 8 years ago committed by Matt Clay
parent 267052d7a5
commit e2c8fec8d9

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

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

Loading…
Cancel
Save