Update author lines

We don't use github, so having @ mentions of specific humans is
not valuable. Also, we are a team and own the modules as a team,
so calling out individual authors is philosophically contrary.

We landed a patch upstream to special-case this author string.

Change-Id: I38b4e68f14bbba6e13e8a50e2b202874ab74e3bc
This commit is contained in:
Monty Taylor 2020-06-17 12:35:09 -05:00 committed by Sagi Shnaidman
parent 4b64ebe623
commit a96d28dfbc
64 changed files with 64 additions and 82 deletions

View File

@ -8,7 +8,7 @@ DOCUMENTATION = '''
--- ---
module: {{ module_name }} module: {{ module_name }}
short_description: {{ module_short_description }} short_description: {{ module_short_description }}
author: Openstack Ansible SIG https://wiki.openstack.org/wiki/Ansible_SIG (@openstack) author: OpenStack Ansible SIG
description: description:
- {{ module_long_description }} - {{ module_long_description }}
options: options:

View File

@ -8,7 +8,7 @@ DOCUMENTATION = '''
--- ---
module: {{ module_name }} module: {{ module_name }}
short_description: {{ module_short_description }} short_description: {{ module_short_description }}
author: Openstack Ansible SIG https://wiki.openstack.org/wiki/Ansible_SIG (@openstack) author: OpenStack Ansible SIG
description: description:
- {{ module_long_description }} - {{ module_long_description }}
options: options:

View File

@ -10,9 +10,7 @@ DOCUMENTATION = '''
--- ---
name: openstack name: openstack
plugin_type: inventory plugin_type: inventory
author: author: OpenStack Ansible SIG
- "Marco Vito Moscaritolo <marco@agavee.com>"
- "Jesse Keating <jesse.keating@rackspace.com>"
short_description: OpenStack inventory source short_description: OpenStack inventory source
requirements: requirements:
- "openstacksdk >= 0.28" - "openstacksdk >= 0.28"

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: auth module: auth
short_description: Retrieve an auth token short_description: Retrieve an auth token
author: "Monty Taylor (@emonty)" author: OpenStack Ansible SIG
description: description:
- Retrieve an auth token from an OpenStack Cloud - Retrieve an auth token from an OpenStack Cloud
requirements: requirements:

View File

@ -8,7 +8,7 @@ DOCUMENTATION = '''
--- ---
module: baremetal_inspect module: baremetal_inspect
short_description: Explicitly triggers baremetal node introspection in ironic. short_description: Explicitly triggers baremetal node introspection in ironic.
author: "Julia Kreger (@juliakreger)" author: OpenStack Ansible SIG
description: description:
- Requests Ironic to set a node into inspect state in order to collect metadata regarding the node. - Requests Ironic to set a node into inspect state in order to collect metadata regarding the node.
This command may be out of band or in-band depending on the ironic driver configuration. This command may be out of band or in-band depending on the ironic driver configuration.

View File

@ -8,7 +8,7 @@ DOCUMENTATION = '''
--- ---
module: baremetal_node module: baremetal_node
short_description: Create/Delete Bare Metal Resources from OpenStack short_description: Create/Delete Bare Metal Resources from OpenStack
author: "Monty Taylor (@emonty)" author: OpenStack Ansible SIG
description: description:
- Create or Remove Ironic nodes from OpenStack. - Create or Remove Ironic nodes from OpenStack.
options: options:

View File

@ -8,7 +8,7 @@ DOCUMENTATION = '''
--- ---
module: baremetal_node_action module: baremetal_node_action
short_description: Activate/Deactivate Bare Metal Resources from OpenStack short_description: Activate/Deactivate Bare Metal Resources from OpenStack
author: "Monty Taylor (@emonty)" author: OpenStack Ansible SIG
description: description:
- Deploy to nodes controlled by Ironic. - Deploy to nodes controlled by Ironic.
options: options:

View File

@ -6,7 +6,7 @@ DOCUMENTATION = '''
--- ---
module: catalog_service module: catalog_service
short_description: Manage OpenStack Identity services short_description: Manage OpenStack Identity services
author: "Sam Yaple (@SamYaple)" author: OpenStack Ansible SIG
description: description:
- Create, update, or delete OpenStack Identity service. If a service - Create, update, or delete OpenStack Identity service. If a service
with the supplied name already exists, it will be updated with the with the supplied name already exists, it will be updated with the

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: coe_cluster module: coe_cluster
short_description: Add/Remove COE cluster from OpenStack Cloud short_description: Add/Remove COE cluster from OpenStack Cloud
author: "Feilong Wang (@flwang)" author: OpenStack Ansible SIG
description: description:
- Add or Remove COE cluster from the OpenStack Container Infra service. - Add or Remove COE cluster from the OpenStack Container Infra service.
options: options:

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: coe_cluster_template module: coe_cluster_template
short_description: Add/Remove COE cluster template from OpenStack Cloud short_description: Add/Remove COE cluster template from OpenStack Cloud
author: "Feilong Wang (@flwang)" author: OpenStack Ansible SIG
description: description:
- Add or Remove COE cluster template from the OpenStack Container Infra - Add or Remove COE cluster template from the OpenStack Container Infra
service. service.

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: compute_flavor module: compute_flavor
short_description: Manage OpenStack compute flavors short_description: Manage OpenStack compute flavors
author: "David Shrewsbury (@Shrews)" author: OpenStack Ansible SIG
description: description:
- Add or remove flavors from OpenStack. - Add or remove flavors from OpenStack.
options: options:

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: compute_flavor_info module: compute_flavor_info
short_description: Retrieve information about one or more flavors short_description: Retrieve information about one or more flavors
author: "David Shrewsbury (@Shrews)" author: OpenStack Ansible SIG
description: description:
- Retrieve information about available OpenStack instance flavors. By default, - Retrieve information about available OpenStack instance flavors. By default,
information about ALL flavors are retrieved. Filters can be applied to get information about ALL flavors are retrieved. Filters can be applied to get

View File

@ -23,7 +23,7 @@ options:
requirements: requirements:
- "python >= 3.6" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
author: "Monty Taylor (@emonty)" author: OpenStack Ansible SIG
''' '''
EXAMPLES = ''' EXAMPLES = '''

View File

@ -6,7 +6,7 @@ DOCUMENTATION = '''
--- ---
module: dns_zone module: dns_zone
short_description: Manage OpenStack DNS zones short_description: Manage OpenStack DNS zones
author: "Ricardo Carrillo Cruz (@rcarrillocruz)" author: OpenStack Ansible SIG
description: description:
- Manage OpenStack DNS zones. Zones can be created, deleted or - Manage OpenStack DNS zones. Zones can be created, deleted or
updated. Only the I(email), I(description), I(ttl) and I(masters) values updated. Only the I(email), I(description), I(ttl) and I(masters) values

View File

@ -7,9 +7,7 @@ DOCUMENTATION = '''
--- ---
module: endpoint module: endpoint
short_description: Manage OpenStack Identity service endpoints short_description: Manage OpenStack Identity service endpoints
author: author: OpenStack Ansible SIG
- Mohammed Naser (@mnaser)
- Alberto Murillo (@albertomurillo)
description: description:
- Create, update, or delete OpenStack Identity service endpoints. If a - Create, update, or delete OpenStack Identity service endpoints. If a
service with the same combination of I(service), I(interface) and I(region) service with the same combination of I(service), I(interface) and I(region)

View File

@ -6,8 +6,7 @@ DOCUMENTATION = '''
--- ---
module: federation_idp module: federation_idp
short_description: manage a federation Identity Provider short_description: manage a federation Identity Provider
author: author: OpenStack Ansible SIG
- "Mark Chappell (@tremble) <mchappel@redhat.com>"
description: description:
- Manage a federation Identity Provider. - Manage a federation Identity Provider.
options: options:

View File

@ -7,8 +7,7 @@ DOCUMENTATION = '''
module: federation_idp_info module: federation_idp_info
short_description: Get the information about the available federation identity short_description: Get the information about the available federation identity
providers providers
author: author: OpenStack Ansible SIG
- "Mark Chappell (@tremble) <mchappel@redhat.com>"
description: description:
- Fetch a federation identity provider. - Fetch a federation identity provider.
options: options:

View File

@ -6,8 +6,7 @@ DOCUMENTATION = '''
--- ---
module: federation_mapping module: federation_mapping
short_description: Manage a federation mapping short_description: Manage a federation mapping
author: author: OpenStack Ansible SIG
- "Mark Chappell (@tremble) <mchappel@redhat.com>"
description: description:
- Manage a federation mapping. - Manage a federation mapping.
options: options:

View File

@ -6,8 +6,7 @@ DOCUMENTATION = '''
--- ---
module: federation_mapping_info module: federation_mapping_info
short_description: Get the information about the available federation mappings short_description: Get the information about the available federation mappings
author: author: OpenStack Ansible SIG
- "Mark Chappell (@tremble) <mchappel@redhat.com>"
description: description:
- Fetch a federation mapping. - Fetch a federation mapping.
options: options:

View File

@ -6,7 +6,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: floating_ip module: floating_ip
author: Davide Guerri (@dguerri) <davide.guerri@hp.com> author: OpenStack Ansible SIG
short_description: Add/Remove floating IP from an instance short_description: Add/Remove floating IP from an instance
description: description:
- Add or Remove a floating IP to an instance. - Add or Remove a floating IP to an instance.

View File

@ -6,7 +6,7 @@ DOCUMENTATION = '''
--- ---
module: group_assignment module: group_assignment
short_description: Associate OpenStack Identity users and groups short_description: Associate OpenStack Identity users and groups
author: "Monty Taylor (@emonty)" author: OpenStack Ansible SIG
description: description:
- Add and remove users from groups - Add and remove users from groups
options: options:

View File

@ -6,7 +6,7 @@ DOCUMENTATION = '''
--- ---
module: host_aggregate module: host_aggregate
short_description: Manage OpenStack host aggregates short_description: Manage OpenStack host aggregates
author: "Jakub Jursa (@kuboj)" author: OpenStack Ansible SIG
description: description:
- Create, update, or delete OpenStack host aggregates. If a aggregate - Create, update, or delete OpenStack host aggregates. If a aggregate
with the supplied name already exists, it will be updated with the with the supplied name already exists, it will be updated with the

View File

@ -6,9 +6,7 @@ DOCUMENTATION = '''
--- ---
module: identity_domain module: identity_domain
short_description: Manage OpenStack Identity Domains short_description: Manage OpenStack Identity Domains
author: author: OpenStack Ansible SIG
- Monty Taylor (@emonty)
- Haneef Ali (@haneefs)
description: description:
- Create, update, or delete OpenStack Identity domains. If a domain - Create, update, or delete OpenStack Identity domains. If a domain
with the supplied name already exists, it will be updated with the with the supplied name already exists, it will be updated with the

View File

@ -6,7 +6,7 @@ DOCUMENTATION = '''
--- ---
module: identity_domain_info module: identity_domain_info
short_description: Retrieve information about one or more OpenStack domains short_description: Retrieve information about one or more OpenStack domains
author: "Ricardo Carrillo Cruz (@rcarrillocruz)" author: OpenStack Ansible SIG
description: description:
- Retrieve information about a one or more OpenStack domains - Retrieve information about a one or more OpenStack domains
- This module was called C(openstack.cloud.identity_domain_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(openstack.cloud.identity_domain_facts) before Ansible 2.9, returning C(ansible_facts).

View File

@ -6,7 +6,7 @@ DOCUMENTATION = '''
--- ---
module: identity_group module: identity_group
short_description: Manage OpenStack Identity Groups short_description: Manage OpenStack Identity Groups
author: "Monty Taylor (@emonty), David Shrewsbury (@Shrews)" author: OpenStack Ansible SIG
description: description:
- Manage OpenStack Identity Groups. Groups can be created, deleted or - Manage OpenStack Identity Groups. Groups can be created, deleted or
updated. Only the I(description) value can be updated. updated. Only the I(description) value can be updated.

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: identity_group_info module: identity_group_info
short_description: Retrieve info about one or more OpenStack groups short_description: Retrieve info about one or more OpenStack groups
author: "Phillipe Smith (@phsmith)" author: OpenStack Ansible SIG
description: description:
- Retrieve info about a one or more OpenStack groups. - Retrieve info about a one or more OpenStack groups.
options: options:

View File

@ -6,9 +6,7 @@ DOCUMENTATION = '''
--- ---
module: identity_role module: identity_role
short_description: Manage OpenStack Identity Roles short_description: Manage OpenStack Identity Roles
author: author: OpenStack Ansible SIG
- Monty Taylor (@emonty)
- David Shrewsbury (@Shrews)
description: description:
- Manage OpenStack Identity Roles. - Manage OpenStack Identity Roles.
options: options:

View File

@ -6,7 +6,7 @@ DOCUMENTATION = '''
--- ---
module: identity_user module: identity_user
short_description: Manage OpenStack Identity Users short_description: Manage OpenStack Identity Users
author: David Shrewsbury (@Shrews) author: OpenStack Ansible SIG
description: description:
- Manage OpenStack Identity users. Users can be created, - Manage OpenStack Identity users. Users can be created,
updated or deleted using this module. A user will be updated updated or deleted using this module. A user will be updated

View File

@ -6,7 +6,7 @@ DOCUMENTATION = '''
--- ---
module: identity_user_info module: identity_user_info
short_description: Retrieve information about one or more OpenStack users short_description: Retrieve information about one or more OpenStack users
author: "Ricardo Carrillo Cruz (@rcarrillocruz)" author: OpenStack Ansible SIG
description: description:
- Retrieve information about a one or more OpenStack users - Retrieve information about a one or more OpenStack users
- This module was called C(openstack.cloud.identity_user_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(openstack.cloud.identity_user_facts) before Ansible 2.9, returning C(ansible_facts).

View File

@ -11,7 +11,7 @@ DOCUMENTATION = '''
--- ---
module: image module: image
short_description: Add/Delete images from OpenStack Cloud short_description: Add/Delete images from OpenStack Cloud
author: "Monty Taylor (@emonty)" author: OpenStack Ansible SIG
description: description:
- Add or Remove images from the OpenStack Image Repository - Add or Remove images from the OpenStack Image Repository
options: options:

View File

@ -6,7 +6,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
module: image_info module: image_info
short_description: Retrieve information about an image within OpenStack. short_description: Retrieve information about an image within OpenStack.
author: "Davide Agnello (@dagnello)" author: OpenStack Ansible SIG
description: description:
- Retrieve information about a image image from OpenStack. - Retrieve information about a image image from OpenStack.
- This module was called C(openstack.cloud.image_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(openstack.cloud.image_facts) before Ansible 2.9, returning C(ansible_facts).

View File

@ -9,7 +9,7 @@ DOCUMENTATION = '''
--- ---
module: keypair module: keypair
short_description: Add/Delete a keypair from OpenStack short_description: Add/Delete a keypair from OpenStack
author: "Benno Joy (@bennojoy)" author: OpenStack Ansible SIG
description: description:
- Add or Remove key pair from OpenStack - Add or Remove key pair from OpenStack
options: options:

View File

@ -6,8 +6,7 @@ DOCUMENTATION = '''
--- ---
module: keystone_federation_protocol module: keystone_federation_protocol
short_description: manage a federation Protocol short_description: manage a federation Protocol
author: author: OpenStack Ansible SIG
- "Mark Chappell (@tremble) <mchappel@redhat.com>"
description: description:
- Manage a federation Protocol. - Manage a federation Protocol.
options: options:

View File

@ -6,8 +6,7 @@ DOCUMENTATION = '''
--- ---
module: keystone_federation_protocol_info module: keystone_federation_protocol_info
short_description: get information about federation Protocols short_description: get information about federation Protocols
author: author: OpenStack Ansible SIG
- "Mark Chappell (@tremble) <mchappel@redhat.com>"
description: description:
- Get information about federation Protocols. - Get information about federation Protocols.
options: options:

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: lb_listener module: lb_listener
short_description: Add/Delete a listener for a load balancer from OpenStack Cloud short_description: Add/Delete a listener for a load balancer from OpenStack Cloud
author: "Lingxian Kong (@lingxiankong)" author: OpenStack Ansible SIG
description: description:
- Add or Remove a listener for a load balancer from the OpenStack load-balancer service. - Add or Remove a listener for a load balancer from the OpenStack load-balancer service.
options: options:

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: lb_member module: lb_member
short_description: Add/Delete a member for a pool in load balancer from OpenStack Cloud short_description: Add/Delete a member for a pool in load balancer from OpenStack Cloud
author: "Lingxian Kong (@lingxiankong)" author: OpenStack Ansible SIG
description: description:
- Add or Remove a member for a pool from the OpenStack load-balancer service. - Add or Remove a member for a pool from the OpenStack load-balancer service.
options: options:

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: lb_pool module: lb_pool
short_description: Add/Delete a pool in the load balancing service from OpenStack Cloud short_description: Add/Delete a pool in the load balancing service from OpenStack Cloud
author: "Lingxian Kong (@lingxiankong)" author: OpenStack Ansible SIG
description: description:
- Add or Remove a pool from the OpenStack load-balancer service. - Add or Remove a pool from the OpenStack load-balancer service.
options: options:

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: loadbalancer module: loadbalancer
short_description: Add/Delete load balancer from OpenStack Cloud short_description: Add/Delete load balancer from OpenStack Cloud
author: "Lingxian Kong (@lingxiankong)" author: OpenStack Ansible SIG
description: description:
- Add or Remove load balancer from the OpenStack load-balancer - Add or Remove load balancer from the OpenStack load-balancer
service(Octavia). Load balancer update is not supported for now. service(Octavia). Load balancer update is not supported for now.

View File

@ -8,7 +8,7 @@ DOCUMENTATION = '''
--- ---
module: network module: network
short_description: Creates/removes networks from OpenStack short_description: Creates/removes networks from OpenStack
author: "Monty Taylor (@emonty)" author: OpenStack Ansible SIG
description: description:
- Add or remove network from OpenStack. - Add or remove network from OpenStack.
options: options:

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: networks_info module: networks_info
short_description: Retrieve information about one or more OpenStack networks. short_description: Retrieve information about one or more OpenStack networks.
author: "Davide Agnello (@dagnello)" author: OpenStack Ansible SIG
description: description:
- Retrieve information about one or more networks from OpenStack. - Retrieve information about one or more networks from OpenStack.
- This module was called C(openstack.cloud.networks_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(openstack.cloud.networks_facts) before Ansible 2.9, returning C(ansible_facts).

View File

@ -8,7 +8,7 @@ DOCUMENTATION = '''
--- ---
module: object module: object
short_description: Create or Delete objects and containers from OpenStack short_description: Create or Delete objects and containers from OpenStack
author: "Monty Taylor (@emonty)" author: OpenStack Ansible SIG
description: description:
- Create or Delete objects and containers from OpenStack - Create or Delete objects and containers from OpenStack
options: options:

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: port module: port
short_description: Add/Update/Delete ports from an OpenStack cloud. short_description: Add/Update/Delete ports from an OpenStack cloud.
author: "Davide Agnello (@dagnello)" author: OpenStack Ansible SIG
description: description:
- Add, Update or Remove ports from an OpenStack cloud. A I(state) of - Add, Update or Remove ports from an OpenStack cloud. A I(state) of
'present' will ensure the port is created or updated if required. 'present' will ensure the port is created or updated if required.

View File

@ -6,7 +6,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
module: port_info module: port_info
short_description: Retrieve information about ports within OpenStack. short_description: Retrieve information about ports within OpenStack.
author: "David Shrewsbury (@Shrews)" author: OpenStack Ansible SIG
description: description:
- Retrieve information about ports from OpenStack. - Retrieve information about ports from OpenStack.
- This module was called C(openstack.cloud.port_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(openstack.cloud.port_facts) before Ansible 2.9, returning C(ansible_facts).

View File

@ -6,7 +6,7 @@ DOCUMENTATION = '''
--- ---
module: project module: project
short_description: Manage OpenStack Projects short_description: Manage OpenStack Projects
author: "Alberto Gireud (@agireud)" author: OpenStack Ansible SIG
description: description:
- Manage OpenStack Projects. Projects can be created, - Manage OpenStack Projects. Projects can be created,
updated or deleted using this module. A project will be updated updated or deleted using this module. A project will be updated

View File

@ -17,7 +17,7 @@ DOCUMENTATION = '''
--- ---
module: project_access module: project_access
short_description: Manage OpenStack compute flavors access short_description: Manage OpenStack compute flavors access
author: "Roberto Polli (@ioggstream)" author: OpenStack Ansible SIG
description: description:
- Add or remove flavor, volume_type or other resources access - Add or remove flavor, volume_type or other resources access
from OpenStack. from OpenStack.

View File

@ -6,7 +6,7 @@ DOCUMENTATION = '''
--- ---
module: project_info module: project_info
short_description: Retrieve information about one or more OpenStack projects short_description: Retrieve information about one or more OpenStack projects
author: "Ricardo Carrillo Cruz (@rcarrillocruz)" author: OpenStack Ansible SIG
description: description:
- Retrieve information about a one or more OpenStack projects - Retrieve information about a one or more OpenStack projects
- This module was called C(openstack.cloud.project_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(openstack.cloud.project_facts) before Ansible 2.9, returning C(ansible_facts).

View File

@ -6,7 +6,7 @@ DOCUMENTATION = '''
--- ---
module: quota module: quota
short_description: Manage OpenStack Quotas short_description: Manage OpenStack Quotas
author: "Michael Gale (@mgale) <gale.michael@gmail.com>" author: OpenStack Ansible SIG
description: description:
- Manage OpenStack Quotas. Quotas can be created, - Manage OpenStack Quotas. Quotas can be created,
updated or deleted using this module. A quota will be updated updated or deleted using this module. A quota will be updated

View File

@ -6,7 +6,7 @@ DOCUMENTATION = '''
--- ---
module: recordset module: recordset
short_description: Manage OpenStack DNS recordsets short_description: Manage OpenStack DNS recordsets
author: "Ricardo Carrillo Cruz (@rcarrillocruz)" author: OpenStack Ansible SIG
description: description:
- Manage OpenStack DNS recordsets. Recordsets can be created, deleted or - Manage OpenStack DNS recordsets. Recordsets can be created, deleted or
updated. Only the I(records), I(description), and I(ttl) values updated. Only the I(records), I(description), and I(ttl) values

View File

@ -6,7 +6,7 @@ DOCUMENTATION = '''
--- ---
module: role_assignment module: role_assignment
short_description: Associate OpenStack Identity users and roles short_description: Associate OpenStack Identity users and roles
author: "Monty Taylor (@emonty), David Shrewsbury (@Shrews)" author: OpenStack Ansible SIG
description: description:
- Grant and revoke roles in either project or domain context for - Grant and revoke roles in either project or domain context for
OpenStack Identity Users. OpenStack Identity Users.

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: router module: router
short_description: Create or delete routers from OpenStack short_description: Create or delete routers from OpenStack
author: "David Shrewsbury (@Shrews)" author: OpenStack Ansible SIG
description: description:
- Create or Delete routers from OpenStack. Although Neutron allows - Create or Delete routers from OpenStack. Although Neutron allows
routers to share the same name, this module enforces name uniqueness routers to share the same name, this module enforces name uniqueness

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: routers_info module: routers_info
short_description: Retrieve information about one or more OpenStack routers. short_description: Retrieve information about one or more OpenStack routers.
author: "Bram Verschueren (@bverschueren)" author: OpenStack Ansible SIG
description: description:
- Retrieve information about one or more routers from OpenStack. - Retrieve information about one or more routers from OpenStack.
options: options:

View File

@ -8,7 +8,7 @@ DOCUMENTATION = '''
--- ---
module: security_group module: security_group
short_description: Add/Delete security groups from an OpenStack cloud. short_description: Add/Delete security groups from an OpenStack cloud.
author: "Monty Taylor (@emonty)" author: OpenStack Ansible SIG
description: description:
- Add or Remove security groups from an OpenStack cloud. - Add or Remove security groups from an OpenStack cloud.
options: options:

View File

@ -8,9 +8,7 @@ DOCUMENTATION = '''
--- ---
module: security_group_rule module: security_group_rule
short_description: Add/Delete rule from an existing security group short_description: Add/Delete rule from an existing security group
author: author: OpenStack Ansible SIG
- "Benno Joy (@bennojoy)"
- "Jeffrey van Pelt (@Thulium-Drake)"
description: description:
- Add or Remove rule from an existing security group - Add or Remove rule from an existing security group
options: options:

View File

@ -11,7 +11,7 @@ DOCUMENTATION = '''
--- ---
module: server module: server
short_description: Create/Delete Compute Instances from OpenStack short_description: Create/Delete Compute Instances from OpenStack
author: "Monty Taylor (@emonty)" author: OpenStack Ansible SIG
description: description:
- Create or Remove compute instances from OpenStack. - Create or Remove compute instances from OpenStack.
options: options:

View File

@ -8,7 +8,7 @@ DOCUMENTATION = '''
--- ---
module: server_action module: server_action
short_description: Perform actions on Compute Instances from OpenStack short_description: Perform actions on Compute Instances from OpenStack
author: "Jesse Keating (@omgjlk)" author: OpenStack Ansible SIG
description: description:
- Perform server actions on an existing compute instance from OpenStack. - Perform server actions on an existing compute instance from OpenStack.
This module does not return any data other than changed true/false. This module does not return any data other than changed true/false.

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: server_group module: server_group
short_description: Manage OpenStack server groups short_description: Manage OpenStack server groups
author: "Lingxian Kong (@kong)" author: OpenStack Ansible SIG
description: description:
- Add or remove server groups from OpenStack. - Add or remove server groups from OpenStack.
options: options:

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: server_info module: server_info
short_description: Retrieve information about one or more compute instances short_description: Retrieve information about one or more compute instances
author: Monty (@emonty) author: OpenStack Ansible SIG
description: description:
- Retrieve information about server instances from OpenStack. - Retrieve information about server instances from OpenStack.
- This module was called C(os_server_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(os_server_facts) before Ansible 2.9, returning C(ansible_facts).

View File

@ -8,7 +8,7 @@ DOCUMENTATION = '''
--- ---
module: server_metadata module: server_metadata
short_description: Add/Update/Delete Metadata in Compute Instances from OpenStack short_description: Add/Update/Delete Metadata in Compute Instances from OpenStack
author: "Mario Santos (@ruizink)" author: OpenStack Ansible SIG
description: description:
- Add, Update or Remove metadata in compute instances from OpenStack. - Add, Update or Remove metadata in compute instances from OpenStack.
options: options:

View File

@ -8,7 +8,7 @@ DOCUMENTATION = '''
--- ---
module: server_volume module: server_volume
short_description: Attach/Detach Volumes from OpenStack VM's short_description: Attach/Detach Volumes from OpenStack VM's
author: "Monty Taylor (@emonty)" author: OpenStack Ansible SIG
description: description:
- Attach or Detach volumes from OpenStack VM's - Attach or Detach volumes from OpenStack VM's
options: options:

View File

@ -9,9 +9,7 @@ DOCUMENTATION = '''
--- ---
module: stack module: stack
short_description: Add/Remove Heat Stack short_description: Add/Remove Heat Stack
author: author: OpenStack Ansible SIG
- "Mathieu Bultel (@matbu)"
- "Steve Baker (@steveb)"
description: description:
- Add or Remove a Stack to an OpenStack Heat - Add or Remove a Stack to an OpenStack Heat
options: options:

View File

@ -8,7 +8,7 @@ DOCUMENTATION = '''
--- ---
module: subnet module: subnet
short_description: Add/Remove subnet to an OpenStack network short_description: Add/Remove subnet to an OpenStack network
author: "Monty Taylor (@emonty)" author: OpenStack Ansible SIG
description: description:
- Add or Remove a subnet to an OpenStack network - Add or Remove a subnet to an OpenStack network
options: options:

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: subnets_info module: subnets_info
short_description: Retrieve information about one or more OpenStack subnets. short_description: Retrieve information about one or more OpenStack subnets.
author: "Davide Agnello (@dagnello)" author: OpenStack Ansible SIG
description: description:
- Retrieve information about one or more subnets from OpenStack. - Retrieve information about one or more subnets from OpenStack.
- This module was called C(openstack.cloud.subnets_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(openstack.cloud.subnets_facts) before Ansible 2.9, returning C(ansible_facts).

View File

@ -7,7 +7,7 @@ DOCUMENTATION = '''
--- ---
module: volume module: volume
short_description: Create/Delete Cinder Volumes short_description: Create/Delete Cinder Volumes
author: "Monty Taylor (@emonty)" author: OpenStack Ansible SIG
description: description:
- Create or Remove cinder block storage volumes - Create or Remove cinder block storage volumes
options: options:

View File

@ -8,7 +8,7 @@ DOCUMENTATION = '''
--- ---
module: volume_snapshot module: volume_snapshot
short_description: Create/Delete Cinder Volume Snapshots short_description: Create/Delete Cinder Volume Snapshots
author: "Mario Santos (@ruizink)" author: OpenStack Ansible SIG
description: description:
- Create or Delete cinder block storage volume snapshots - Create or Delete cinder block storage volume snapshots
options: options: