Updating cloud modules with proper github author information

This commit is contained in:
Greg DeKoenigsberg
2015-06-15 14:41:22 -04:00
committed by Matt Clay
parent 8b2327fe3a
commit 18ca7aee07
74 changed files with 111 additions and 60 deletions

View File

@@ -72,8 +72,10 @@ options:
- Indicate desired state of the resource
choices: ['present', 'absent']
default: present
requirements: [ python-keystoneclient ]
author: Lorin Hochstein
requirements:
- "python >= 2.6"
- python-keystoneclient
author: "Lorin Hochstein (@lorin)"
'''
EXAMPLES = '''

View File

@@ -28,6 +28,9 @@ DOCUMENTATION = '''
---
module: nova_keypair
version_added: "1.2"
author:
- "Benno Joy (@bennojoy)"
- "Michael DeHaan"
short_description: Add/Delete key pair from nova
description:
- Add or Remove key pair from nova .

View File

@@ -27,6 +27,7 @@ DOCUMENTATION = '''
module: os_auth
short_description: Retrieve an auth token
version_added: "2.0"
author: "Monty Taylor (@emonty)"
description:
- Retrieve an auth token from an OpenStack Cloud
extends_documentation_fragment: openstack

View File

@@ -26,7 +26,7 @@ description:
- Get I(openstack) client config data from clouds.yaml or environment
version_added: "2.0"
requirements: [ os-client-config ]
author: Monty Taylor
author: "Monty Taylor (@emonty)"
'''
EXAMPLES = '''

View File

@@ -30,6 +30,7 @@ module: os_image
short_description: Add/Delete images from OpenStack Cloud
extends_documentation_fragment: openstack
version_added: "2.0"
author: "Monty Taylor (@emonty)"
description:
- Add or Remove images from the OpenStack Image Repository
options:

View File

@@ -28,6 +28,7 @@ module: os_network
short_description: Creates/Removes networks from OpenStack
extends_documentation_fragment: openstack
version_added: "2.0"
author: "Monty Taylor (@emonty)"
description:
- Add or Remove network from OpenStack.
options:

View File

@@ -32,7 +32,8 @@ DOCUMENTATION = '''
module: os_server
short_description: Create/Delete Compute Instances from OpenStack
extends_documentation_fragment: openstack
version_added: "1.10"
version_added: "2.0"
author: "Monty Taylor (@emonty)"
description:
- Create or Remove compute instances from OpenStack.
options:

View File

@@ -31,6 +31,7 @@ module: os_server_actions
short_description: Perform actions on Compute Instances from OpenStack
extends_documentation_fragment: openstack
version_added: "2.0"
author: "Jesse Keating (@j2sol)"
description:
- Perform server actions on an existing compute instance from OpenStack.
This module does not return any data other than changed true/false.

View File

@@ -27,7 +27,8 @@ DOCUMENTATION = '''
module: os_server_facts
short_description: Retrieve facts about a compute instance
extends_documentation_fragment: openstack
version_added: "1.10"
version_added: "2.0"
author: "Monty Taylor (@emonty)"
description:
- Retrieve facts about a server instance from OpenStack.
notes:

View File

@@ -30,7 +30,8 @@ DOCUMENTATION = '''
module: os_server_volume
short_description: Attach/Detach Volumes from OpenStack VM's
extends_documentation_fragment: openstack
version_added: "1.10"
version_added: "2.0"
author: "Monty Taylor (@emonty)"
description:
- Attach or Detach volumes from OpenStack VM's
options:

View File

@@ -29,6 +29,7 @@ module: os_subnet
short_description: Add/Remove subnet to an OpenStack network
extends_documentation_fragment: openstack
version_added: "2.0"
author: "Monty Taylor (@emonty)"
description:
- Add or Remove a subnet to an OpenStack network
options:

View File

@@ -28,7 +28,8 @@ DOCUMENTATION = '''
module: os_volume
short_description: Create/Delete Cinder Volumes
extends_documentation_fragment: openstack
version_added: "1.10"
version_added: "2.0"
author: "Monty Taylor (@emonty)"
description:
- Create or Remove cinder block storage volumes
options:

View File

@@ -31,6 +31,9 @@ DOCUMENTATION = '''
---
module: quantum_floating_ip
version_added: "1.2"
author:
- "Benno Joy (@bennojoy)"
- "Brad P. Crochet (@bcrochet)"
short_description: Add/Remove floating IP from an instance
description:
- Add or Remove a floating IP to an instance

View File

@@ -31,6 +31,7 @@ DOCUMENTATION = '''
---
module: quantum_floating_ip_associate
version_added: "1.2"
author: "Benno Joy (@bennojoy)"
short_description: Associate or disassociate a particular floating IP with an instance
description:
- Associates or disassociates a specific floating IP with a particular instance

View File

@@ -29,6 +29,7 @@ DOCUMENTATION = '''
---
module: quantum_router
version_added: "1.2"
author: "Benno Joy (@bennojoy)"
short_description: Create or Remove router from openstack
description:
- Create or Delete routers from OpenStack

View File

@@ -28,6 +28,7 @@ DOCUMENTATION = '''
---
module: quantum_router_gateway
version_added: "1.2"
author: "Benno Joy (@bennojoy)"
short_description: set/unset a gateway interface for the router with the specified external network
description:
- Creates/Removes a gateway interface from the router, used to associate a external network with a router to route external traffic.

View File

@@ -28,6 +28,7 @@ DOCUMENTATION = '''
---
module: quantum_router_interface
version_added: "1.2"
author: "Benno Joy (@bennojoy)"
short_description: Attach/Dettach a subnet's interface to a router
description:
- Attach/Dettach a subnet interface to a router, to provide a gateway for the subnet.