Included version_added for new options.
This commit is contained in:
parent
267052d7a5
commit
e2c8fec8d9
2 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue