doc fixes

This commit is contained in:
Brian Coca 2015-05-04 11:06:02 -04:00 committed by Toshio Kuratomi
parent 3692518643
commit 4348475ed3

View file

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