summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2016-07-15 06:28:41 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2016-07-15 06:28:41 -0700
commit1e68326ea6a5c57668f66fda5af6d93bca9e500a (patch)
treea90c1b025356634c10790d341cc1b9574965a0f7
parent6fe8e926fc9df22b6b79e4b9e2b926460e92653d (diff)
downloadansible-modules-core-stable-2.0.tar.gz
Fix the name of a parameter in the name field.stable-2.0
See description of 4f8f0cf66b0d4f14f2706d12a34840b66c862547 for details.
-rw-r--r--cloud/openstack/os_networks_facts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/openstack/os_networks_facts.py b/cloud/openstack/os_networks_facts.py
index 8b7592be..c9a429eb 100644
--- a/cloud/openstack/os_networks_facts.py
+++ b/cloud/openstack/os_networks_facts.py
@@ -33,7 +33,7 @@ requirements:
- "python >= 2.6"
- "shade"
options:
- network:
+ name:
description:
- Name or ID of the Network
required: false