From 0364831c22dbc73e523aeadcb9c0016e207f8447 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 15 Jul 2016 06:38:49 -0700 Subject: [PATCH] Remove version-added on name field. This parameter was actually added in 2.0. It's just that the documentation in previous versions of the module were wrong (it said the name was "network" rather than "name.) I've renamed the parameter in the documentation of prior versions so ansible-module-validate should no longer think that this is a new parameter. --- lib/ansible/modules/cloud/openstack/os_networks_facts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/cloud/openstack/os_networks_facts.py b/lib/ansible/modules/cloud/openstack/os_networks_facts.py index 6353498a8ab..9db5eceaa69 100644 --- a/lib/ansible/modules/cloud/openstack/os_networks_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_networks_facts.py @@ -37,7 +37,6 @@ options: description: - Name or ID of the Network required: false - version_added: "2.2" filters: description: - A dictionary of meta data to use for further filtering. Elements of