doc fixes

pull/18777/head
Brian Coca 9 years ago committed by Matt Clay
parent 5872e0a493
commit a1484a0e5b

@ -22,7 +22,6 @@ except ImportError:
HAS_SHADE = False HAS_SHADE = False
DOCUMENTATION = ''' DOCUMENTATION = '''
---
module: os_image_facts module: os_image_facts
short_description: Retrieve facts about an image within OpenStack. short_description: Retrieve facts about an image within OpenStack.
version_added: "2.0" version_added: "2.0"
@ -55,9 +54,11 @@ EXAMPLES = '''
''' '''
RETURN = ''' RETURN = '''
This module registers image details in facts named: openstack_image. When openstack_image:
image is not found, openstack_image will be null. description: has all the openstack facts about the image
returned: always, but can be null
type: complex
contains:
id: id:
description: Unique UUID. description: Unique UUID.
returned: success returned: success

@ -82,9 +82,11 @@ EXAMPLES = '''
''' '''
RETURN = ''' RETURN = '''
This module registers network details in facts named: openstack_networks. If a openstack_networks:
network name/id and or filter does not result in a network found, an empty description: has all the openstack facts about the networks
list is set in openstack_networks. returned: always, but can be null
type: complex
contains:
id: id:
description: Unique UUID. description: Unique UUID.
returned: success returned: success

@ -86,8 +86,8 @@ options:
- A list of networks to which the instance's interface should - A list of networks to which the instance's interface should
be attached. Networks may be referenced by net-id/net-name/port-id be attached. Networks may be referenced by net-id/net-name/port-id
or port-name. or port-name.
Also this accepts a string containing a list of net-id/port-id. - 'Also this accepts a string containing a list of net-id/port-id.
Eg: nics: "net-id=uuid-1,net-id=uuid-2" Eg: nics: "net-id=uuid-1,net-id=uuid-2"'
required: false required: false
default: None default: None
public_ip: public_ip:

Loading…
Cancel
Save