From 53404c786aa45e88cfd572ada353c921b8d367ec Mon Sep 17 00:00:00 2001
From: Brian Coca <brian.coca+git@gmail.com>
Date: Tue, 6 Jan 2015 16:06:45 -0500
Subject: [PATCH] added version added for new template options

---
 cloud/vmware/vsphere_guest.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cloud/vmware/vsphere_guest.py b/cloud/vmware/vsphere_guest.py
index 817421011d2..8ad7df41dea 100644
--- a/cloud/vmware/vsphere_guest.py
+++ b/cloud/vmware/vsphere_guest.py
@@ -69,11 +69,13 @@ options:
     default: present
     choices: ['present', 'powered_off', 'absent', 'powered_on', 'restarted', 'reconfigured']
   from_template:
+    version_added: "1.9"
     description:
       - Specifies if the VM should be deployed from a template (cannot be ran with state)
     default: no
     choices: ['yes', 'no']
   template_src:
+    version_added: "1.9"
     description:
       - Name of the source template to deploy from
     default: None