From 19b3d43aa5744e3b58f2d7a0857cb5c1889399a9 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 25 Jan 2016 23:42:04 -0500 Subject: [PATCH] added missing version_Added --- lib/ansible/modules/cloud/openstack/os_ironic_node.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/cloud/openstack/os_ironic_node.py b/lib/ansible/modules/cloud/openstack/os_ironic_node.py index 9ec23857ade..a10c028d06c 100644 --- a/lib/ansible/modules/cloud/openstack/os_ironic_node.py +++ b/lib/ansible/modules/cloud/openstack/os_ironic_node.py @@ -101,10 +101,12 @@ options: activation or deactivation to complete before returning. required: false default: False + version_added: "2.1" timeout: description: - An integer value representing the number of seconds to wait for the node activation or deactivation to complete. + version_added: "2.1" ''' EXAMPLES = '''