From 4348475ed334235c06f701d5b2eb29463e36c575 Mon Sep 17 00:00:00 2001
From: Brian Coca <brian.coca+git@gmail.com>
Date: Mon, 4 May 2015 11:06:02 -0400
Subject: [PATCH] doc fixes

---
 cloud/openstack/os_subnet.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cloud/openstack/os_subnet.py b/cloud/openstack/os_subnet.py
index e6f02816e1d..d9a5c99119c 100644
--- a/cloud/openstack/os_subnet.py
+++ b/cloud/openstack/os_subnet.py
@@ -28,7 +28,7 @@ DOCUMENTATION = '''
 module: os_subnet
 short_description: Add/Remove subnet to an OpenStack network
 extends_documentation_fragment: openstack
-version_added: "1.10"
+version_added: "2.0"
 description:
    - Add or Remove a subnet to an OpenStack network
 options:
@@ -36,6 +36,7 @@ options:
      description:
         - Indicate desired state of the resource
      choices: ['present', 'absent']
+     required: false
      default: present
    network_name:
      description:
@@ -52,6 +53,7 @@ options:
         - The CIDR representation of the subnet that should be assigned to
           the subnet.
      required: true when state is 'present'
+     default: None
    ip_version:
      description:
         - The IP version of the subnet 4 or 6