Some docs fixes

This commit is contained in:
Toshio Kuratomi 2015-10-16 11:03:53 -07:00
parent 5893eb51a5
commit 3af0d509c5
3 changed files with 8 additions and 8 deletions

View file

@ -33,7 +33,7 @@ description:
- Add, Update or Remove ports from an OpenStack cloud. A state=present, - Add, Update or Remove ports from an OpenStack cloud. A state=present,
will ensure the port is created or updated if required. will ensure the port is created or updated if required.
options: options:
network: network:
description: description:
- Network ID or name this port belongs to. - Network ID or name this port belongs to.
required: true required: true
@ -72,22 +72,22 @@ options:
default: False default: False
allowed_address_pairs: allowed_address_pairs:
description: description:
- Allowed address pairs list. Allowed address pairs are supported with - "Allowed address pairs list. Allowed address pairs are supported with
dictionary structure. dictionary structure.
e.g. allowed_address_pairs: e.g. allowed_address_pairs:
- ip_address: 10.1.0.12 - ip_address: 10.1.0.12
mac_address: ab:cd:ef:12:34:56 mac_address: ab:cd:ef:12:34:56
- ip_address: ... - ip_address: ..."
required: false required: false
default: None default: None
extra_dhcp_opt: extra_dhcp_opt:
description: description:
- Extra dhcp options to be assigned to this port. Extra options are - "Extra dhcp options to be assigned to this port. Extra options are
supported with dictionary structure. supported with dictionary structure.
e.g. extra_dhcp_opt: e.g. extra_dhcp_opt:
- opt_name: opt name1 - opt_name: opt name1
opt_value: value1 opt_value: value1
- opt_name: ... - opt_name: ..."
required: false required: false
default: None default: None
device_owner: device_owner:

View file

@ -110,9 +110,9 @@ options:
default: None default: None
meta: meta:
description: description:
- A list of key value pairs that should be provided as a metadata to - 'A list of key value pairs that should be provided as a metadata to
the new instance or a string containing a list of key-value pairs. the new instance or a string containing a list of key-value pairs.
Eg: meta: "key1=value1,key2=value2" Eg: meta: "key1=value1,key2=value2"'
required: false required: false
default: None default: None
wait: wait:

View file

@ -79,7 +79,7 @@ EXAMPLES = '''
''' '''
RETURN = ''' RETURN = '''
This module registers subnet details in facts named: openstack_subnets. If a This module registers subnet details in facts named openstack_subnets. If a
subnet name/id and or filter does not result in a subnet found, an empty list subnet name/id and or filter does not result in a subnet found, an empty list
is set in openstack_subnets. is set in openstack_subnets.
id: id: