From 1631c717ff9cd0ae67c919d36400e39cd8e9140b Mon Sep 17 00:00:00 2001 From: Ethan Devenport Date: Tue, 23 Aug 2016 08:00:41 +0000 Subject: [PATCH] Included version_added for new options. --- cloud/profitbricks/profitbricks.py | 3 +++ cloud/profitbricks/profitbricks_volume.py | 2 ++ 2 files changed, 5 insertions(+) diff --git a/cloud/profitbricks/profitbricks.py b/cloud/profitbricks/profitbricks.py index e01d74777d4..b0791f37e3a 100644 --- a/cloud/profitbricks/profitbricks.py +++ b/cloud/profitbricks/profitbricks.py @@ -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. diff --git a/cloud/profitbricks/profitbricks_volume.py b/cloud/profitbricks/profitbricks_volume.py index 802511cc930..6b7877f31cc 100644 --- a/cloud/profitbricks/profitbricks_volume.py +++ b/cloud/profitbricks/profitbricks_volume.py @@ -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.