From a96d28dfbcde6c46ae60591e9a7635a8d5de7ee9 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 17 Jun 2020 12:35:09 -0500 Subject: [PATCH] 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 --- contrib/module_info_template.py.j2 | 2 +- contrib/module_template.py.j2 | 2 +- plugins/inventory/openstack.py | 4 +--- plugins/modules/auth.py | 2 +- plugins/modules/baremetal_inspect.py | 2 +- plugins/modules/baremetal_node.py | 2 +- plugins/modules/baremetal_node_action.py | 2 +- plugins/modules/catalog_service.py | 2 +- plugins/modules/coe_cluster.py | 2 +- plugins/modules/coe_cluster_template.py | 2 +- plugins/modules/compute_flavor.py | 2 +- plugins/modules/compute_flavor_info.py | 2 +- plugins/modules/config.py | 2 +- plugins/modules/dns_zone.py | 2 +- plugins/modules/endpoint.py | 4 +--- plugins/modules/federation_idp.py | 3 +-- plugins/modules/federation_idp_info.py | 3 +-- plugins/modules/federation_mapping.py | 3 +-- plugins/modules/federation_mapping_info.py | 3 +-- plugins/modules/floating_ip.py | 2 +- plugins/modules/group_assignment.py | 2 +- plugins/modules/host_aggregate.py | 2 +- plugins/modules/identity_domain.py | 4 +--- plugins/modules/identity_domain_info.py | 2 +- plugins/modules/identity_group.py | 2 +- plugins/modules/identity_group_info.py | 2 +- plugins/modules/identity_role.py | 4 +--- plugins/modules/identity_user.py | 2 +- plugins/modules/identity_user_info.py | 2 +- plugins/modules/image.py | 2 +- plugins/modules/image_info.py | 2 +- plugins/modules/keypair.py | 2 +- plugins/modules/keystone_federation_protocol.py | 3 +-- plugins/modules/keystone_federation_protocol_info.py | 3 +-- plugins/modules/lb_listener.py | 2 +- plugins/modules/lb_member.py | 2 +- plugins/modules/lb_pool.py | 2 +- plugins/modules/loadbalancer.py | 2 +- plugins/modules/network.py | 2 +- plugins/modules/networks_info.py | 2 +- plugins/modules/object.py | 2 +- plugins/modules/port.py | 2 +- plugins/modules/port_info.py | 2 +- plugins/modules/project.py | 2 +- plugins/modules/project_access.py | 2 +- plugins/modules/project_info.py | 2 +- plugins/modules/quota.py | 2 +- plugins/modules/recordset.py | 2 +- plugins/modules/role_assignment.py | 2 +- plugins/modules/router.py | 2 +- plugins/modules/routers_info.py | 2 +- plugins/modules/security_group.py | 2 +- plugins/modules/security_group_rule.py | 4 +--- plugins/modules/server.py | 2 +- plugins/modules/server_action.py | 2 +- plugins/modules/server_group.py | 2 +- plugins/modules/server_info.py | 2 +- plugins/modules/server_metadata.py | 2 +- plugins/modules/server_volume.py | 2 +- plugins/modules/stack.py | 4 +--- plugins/modules/subnet.py | 2 +- plugins/modules/subnets_info.py | 2 +- plugins/modules/volume.py | 2 +- plugins/modules/volume_snapshot.py | 2 +- 64 files changed, 64 insertions(+), 82 deletions(-) diff --git a/contrib/module_info_template.py.j2 b/contrib/module_info_template.py.j2 index 2fb0c757..a16251ac 100644 --- a/contrib/module_info_template.py.j2 +++ b/contrib/module_info_template.py.j2 @@ -8,7 +8,7 @@ DOCUMENTATION = ''' --- module: {{ module_name }} short_description: {{ module_short_description }} -author: Openstack Ansible SIG https://wiki.openstack.org/wiki/Ansible_SIG (@openstack) +author: OpenStack Ansible SIG description: - {{ module_long_description }} options: diff --git a/contrib/module_template.py.j2 b/contrib/module_template.py.j2 index 2666aeab..ddbcf37a 100644 --- a/contrib/module_template.py.j2 +++ b/contrib/module_template.py.j2 @@ -8,7 +8,7 @@ DOCUMENTATION = ''' --- module: {{ module_name }} short_description: {{ module_short_description }} -author: Openstack Ansible SIG https://wiki.openstack.org/wiki/Ansible_SIG (@openstack) +author: OpenStack Ansible SIG description: - {{ module_long_description }} options: diff --git a/plugins/inventory/openstack.py b/plugins/inventory/openstack.py index debaecea..6bb782e6 100644 --- a/plugins/inventory/openstack.py +++ b/plugins/inventory/openstack.py @@ -10,9 +10,7 @@ DOCUMENTATION = ''' --- name: openstack plugin_type: inventory -author: - - "Marco Vito Moscaritolo " - - "Jesse Keating " +author: OpenStack Ansible SIG short_description: OpenStack inventory source requirements: - "openstacksdk >= 0.28" diff --git a/plugins/modules/auth.py b/plugins/modules/auth.py index adec13ef..0b356217 100644 --- a/plugins/modules/auth.py +++ b/plugins/modules/auth.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: auth short_description: Retrieve an auth token -author: "Monty Taylor (@emonty)" +author: OpenStack Ansible SIG description: - Retrieve an auth token from an OpenStack Cloud requirements: diff --git a/plugins/modules/baremetal_inspect.py b/plugins/modules/baremetal_inspect.py index 491d7fca..8e9c88e1 100644 --- a/plugins/modules/baremetal_inspect.py +++ b/plugins/modules/baremetal_inspect.py @@ -8,7 +8,7 @@ DOCUMENTATION = ''' --- module: baremetal_inspect short_description: Explicitly triggers baremetal node introspection in ironic. -author: "Julia Kreger (@juliakreger)" +author: OpenStack Ansible SIG description: - 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. diff --git a/plugins/modules/baremetal_node.py b/plugins/modules/baremetal_node.py index ff769971..d53b313f 100644 --- a/plugins/modules/baremetal_node.py +++ b/plugins/modules/baremetal_node.py @@ -8,7 +8,7 @@ DOCUMENTATION = ''' --- module: baremetal_node short_description: Create/Delete Bare Metal Resources from OpenStack -author: "Monty Taylor (@emonty)" +author: OpenStack Ansible SIG description: - Create or Remove Ironic nodes from OpenStack. options: diff --git a/plugins/modules/baremetal_node_action.py b/plugins/modules/baremetal_node_action.py index 13a53f02..73207878 100644 --- a/plugins/modules/baremetal_node_action.py +++ b/plugins/modules/baremetal_node_action.py @@ -8,7 +8,7 @@ DOCUMENTATION = ''' --- module: baremetal_node_action short_description: Activate/Deactivate Bare Metal Resources from OpenStack -author: "Monty Taylor (@emonty)" +author: OpenStack Ansible SIG description: - Deploy to nodes controlled by Ironic. options: diff --git a/plugins/modules/catalog_service.py b/plugins/modules/catalog_service.py index 5fa11f20..ca3903f9 100644 --- a/plugins/modules/catalog_service.py +++ b/plugins/modules/catalog_service.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' --- module: catalog_service short_description: Manage OpenStack Identity services -author: "Sam Yaple (@SamYaple)" +author: OpenStack Ansible SIG description: - Create, update, or delete OpenStack Identity service. If a service with the supplied name already exists, it will be updated with the diff --git a/plugins/modules/coe_cluster.py b/plugins/modules/coe_cluster.py index f4609339..65042a98 100644 --- a/plugins/modules/coe_cluster.py +++ b/plugins/modules/coe_cluster.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: coe_cluster short_description: Add/Remove COE cluster from OpenStack Cloud -author: "Feilong Wang (@flwang)" +author: OpenStack Ansible SIG description: - Add or Remove COE cluster from the OpenStack Container Infra service. options: diff --git a/plugins/modules/coe_cluster_template.py b/plugins/modules/coe_cluster_template.py index d9fa0afc..1fcca8d2 100644 --- a/plugins/modules/coe_cluster_template.py +++ b/plugins/modules/coe_cluster_template.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: coe_cluster_template short_description: Add/Remove COE cluster template from OpenStack Cloud -author: "Feilong Wang (@flwang)" +author: OpenStack Ansible SIG description: - Add or Remove COE cluster template from the OpenStack Container Infra service. diff --git a/plugins/modules/compute_flavor.py b/plugins/modules/compute_flavor.py index a5f90027..85092b44 100644 --- a/plugins/modules/compute_flavor.py +++ b/plugins/modules/compute_flavor.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: compute_flavor short_description: Manage OpenStack compute flavors -author: "David Shrewsbury (@Shrews)" +author: OpenStack Ansible SIG description: - Add or remove flavors from OpenStack. options: diff --git a/plugins/modules/compute_flavor_info.py b/plugins/modules/compute_flavor_info.py index 92f8e5bd..48e78bf8 100644 --- a/plugins/modules/compute_flavor_info.py +++ b/plugins/modules/compute_flavor_info.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: compute_flavor_info short_description: Retrieve information about one or more flavors -author: "David Shrewsbury (@Shrews)" +author: OpenStack Ansible SIG description: - Retrieve information about available OpenStack instance flavors. By default, information about ALL flavors are retrieved. Filters can be applied to get diff --git a/plugins/modules/config.py b/plugins/modules/config.py index daec2e5d..94036e49 100644 --- a/plugins/modules/config.py +++ b/plugins/modules/config.py @@ -23,7 +23,7 @@ options: requirements: - "python >= 3.6" - "openstacksdk" -author: "Monty Taylor (@emonty)" +author: OpenStack Ansible SIG ''' EXAMPLES = ''' diff --git a/plugins/modules/dns_zone.py b/plugins/modules/dns_zone.py index 8d59405a..f7397921 100644 --- a/plugins/modules/dns_zone.py +++ b/plugins/modules/dns_zone.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' --- module: dns_zone short_description: Manage OpenStack DNS zones -author: "Ricardo Carrillo Cruz (@rcarrillocruz)" +author: OpenStack Ansible SIG description: - Manage OpenStack DNS zones. Zones can be created, deleted or updated. Only the I(email), I(description), I(ttl) and I(masters) values diff --git a/plugins/modules/endpoint.py b/plugins/modules/endpoint.py index 739f89bb..6cd4d446 100644 --- a/plugins/modules/endpoint.py +++ b/plugins/modules/endpoint.py @@ -7,9 +7,7 @@ DOCUMENTATION = ''' --- module: endpoint short_description: Manage OpenStack Identity service endpoints -author: - - Mohammed Naser (@mnaser) - - Alberto Murillo (@albertomurillo) +author: OpenStack Ansible SIG description: - Create, update, or delete OpenStack Identity service endpoints. If a service with the same combination of I(service), I(interface) and I(region) diff --git a/plugins/modules/federation_idp.py b/plugins/modules/federation_idp.py index 4676de8c..1a616860 100644 --- a/plugins/modules/federation_idp.py +++ b/plugins/modules/federation_idp.py @@ -6,8 +6,7 @@ DOCUMENTATION = ''' --- module: federation_idp short_description: manage a federation Identity Provider -author: - - "Mark Chappell (@tremble) " +author: OpenStack Ansible SIG description: - Manage a federation Identity Provider. options: diff --git a/plugins/modules/federation_idp_info.py b/plugins/modules/federation_idp_info.py index b5860dd5..ced8a7a6 100644 --- a/plugins/modules/federation_idp_info.py +++ b/plugins/modules/federation_idp_info.py @@ -7,8 +7,7 @@ DOCUMENTATION = ''' module: federation_idp_info short_description: Get the information about the available federation identity providers -author: - - "Mark Chappell (@tremble) " +author: OpenStack Ansible SIG description: - Fetch a federation identity provider. options: diff --git a/plugins/modules/federation_mapping.py b/plugins/modules/federation_mapping.py index 6f3d2f25..ad1461ab 100644 --- a/plugins/modules/federation_mapping.py +++ b/plugins/modules/federation_mapping.py @@ -6,8 +6,7 @@ DOCUMENTATION = ''' --- module: federation_mapping short_description: Manage a federation mapping -author: - - "Mark Chappell (@tremble) " +author: OpenStack Ansible SIG description: - Manage a federation mapping. options: diff --git a/plugins/modules/federation_mapping_info.py b/plugins/modules/federation_mapping_info.py index 9726c40a..c98f273b 100644 --- a/plugins/modules/federation_mapping_info.py +++ b/plugins/modules/federation_mapping_info.py @@ -6,8 +6,7 @@ DOCUMENTATION = ''' --- module: federation_mapping_info short_description: Get the information about the available federation mappings -author: - - "Mark Chappell (@tremble) " +author: OpenStack Ansible SIG description: - Fetch a federation mapping. options: diff --git a/plugins/modules/floating_ip.py b/plugins/modules/floating_ip.py index 838861e7..dbf6ee0d 100644 --- a/plugins/modules/floating_ip.py +++ b/plugins/modules/floating_ip.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' --- module: floating_ip -author: Davide Guerri (@dguerri) +author: OpenStack Ansible SIG short_description: Add/Remove floating IP from an instance description: - Add or Remove a floating IP to an instance. diff --git a/plugins/modules/group_assignment.py b/plugins/modules/group_assignment.py index 99c7008f..59760acf 100644 --- a/plugins/modules/group_assignment.py +++ b/plugins/modules/group_assignment.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' --- module: group_assignment short_description: Associate OpenStack Identity users and groups -author: "Monty Taylor (@emonty)" +author: OpenStack Ansible SIG description: - Add and remove users from groups options: diff --git a/plugins/modules/host_aggregate.py b/plugins/modules/host_aggregate.py index cfb37630..303a3d8a 100644 --- a/plugins/modules/host_aggregate.py +++ b/plugins/modules/host_aggregate.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' --- module: host_aggregate short_description: Manage OpenStack host aggregates -author: "Jakub Jursa (@kuboj)" +author: OpenStack Ansible SIG description: - Create, update, or delete OpenStack host aggregates. If a aggregate with the supplied name already exists, it will be updated with the diff --git a/plugins/modules/identity_domain.py b/plugins/modules/identity_domain.py index 5a0a33f3..6c4ef600 100644 --- a/plugins/modules/identity_domain.py +++ b/plugins/modules/identity_domain.py @@ -6,9 +6,7 @@ DOCUMENTATION = ''' --- module: identity_domain short_description: Manage OpenStack Identity Domains -author: - - Monty Taylor (@emonty) - - Haneef Ali (@haneefs) +author: OpenStack Ansible SIG description: - Create, update, or delete OpenStack Identity domains. If a domain with the supplied name already exists, it will be updated with the diff --git a/plugins/modules/identity_domain_info.py b/plugins/modules/identity_domain_info.py index 4da4e08c..05f42127 100644 --- a/plugins/modules/identity_domain_info.py +++ b/plugins/modules/identity_domain_info.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' --- module: identity_domain_info short_description: Retrieve information about one or more OpenStack domains -author: "Ricardo Carrillo Cruz (@rcarrillocruz)" +author: OpenStack Ansible SIG description: - 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). diff --git a/plugins/modules/identity_group.py b/plugins/modules/identity_group.py index a8ff15b2..116650e5 100644 --- a/plugins/modules/identity_group.py +++ b/plugins/modules/identity_group.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' --- module: identity_group short_description: Manage OpenStack Identity Groups -author: "Monty Taylor (@emonty), David Shrewsbury (@Shrews)" +author: OpenStack Ansible SIG description: - Manage OpenStack Identity Groups. Groups can be created, deleted or updated. Only the I(description) value can be updated. diff --git a/plugins/modules/identity_group_info.py b/plugins/modules/identity_group_info.py index fc831f02..c3e78080 100644 --- a/plugins/modules/identity_group_info.py +++ b/plugins/modules/identity_group_info.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: identity_group_info short_description: Retrieve info about one or more OpenStack groups -author: "Phillipe Smith (@phsmith)" +author: OpenStack Ansible SIG description: - Retrieve info about a one or more OpenStack groups. options: diff --git a/plugins/modules/identity_role.py b/plugins/modules/identity_role.py index 7d73fb9b..3d850637 100644 --- a/plugins/modules/identity_role.py +++ b/plugins/modules/identity_role.py @@ -6,9 +6,7 @@ DOCUMENTATION = ''' --- module: identity_role short_description: Manage OpenStack Identity Roles -author: - - Monty Taylor (@emonty) - - David Shrewsbury (@Shrews) +author: OpenStack Ansible SIG description: - Manage OpenStack Identity Roles. options: diff --git a/plugins/modules/identity_user.py b/plugins/modules/identity_user.py index 83db0e47..79ee5f23 100644 --- a/plugins/modules/identity_user.py +++ b/plugins/modules/identity_user.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' --- module: identity_user short_description: Manage OpenStack Identity Users -author: David Shrewsbury (@Shrews) +author: OpenStack Ansible SIG description: - Manage OpenStack Identity users. Users can be created, updated or deleted using this module. A user will be updated diff --git a/plugins/modules/identity_user_info.py b/plugins/modules/identity_user_info.py index a1c47c03..9538f701 100644 --- a/plugins/modules/identity_user_info.py +++ b/plugins/modules/identity_user_info.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' --- module: identity_user_info short_description: Retrieve information about one or more OpenStack users -author: "Ricardo Carrillo Cruz (@rcarrillocruz)" +author: OpenStack Ansible SIG description: - 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). diff --git a/plugins/modules/image.py b/plugins/modules/image.py index a82d6216..f6109c80 100644 --- a/plugins/modules/image.py +++ b/plugins/modules/image.py @@ -11,7 +11,7 @@ DOCUMENTATION = ''' --- module: image short_description: Add/Delete images from OpenStack Cloud -author: "Monty Taylor (@emonty)" +author: OpenStack Ansible SIG description: - Add or Remove images from the OpenStack Image Repository options: diff --git a/plugins/modules/image_info.py b/plugins/modules/image_info.py index e5abb789..611de89b 100644 --- a/plugins/modules/image_info.py +++ b/plugins/modules/image_info.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' module: image_info short_description: Retrieve information about an image within OpenStack. -author: "Davide Agnello (@dagnello)" +author: OpenStack Ansible SIG description: - 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). diff --git a/plugins/modules/keypair.py b/plugins/modules/keypair.py index ce1e136a..ff7a4887 100644 --- a/plugins/modules/keypair.py +++ b/plugins/modules/keypair.py @@ -9,7 +9,7 @@ DOCUMENTATION = ''' --- module: keypair short_description: Add/Delete a keypair from OpenStack -author: "Benno Joy (@bennojoy)" +author: OpenStack Ansible SIG description: - Add or Remove key pair from OpenStack options: diff --git a/plugins/modules/keystone_federation_protocol.py b/plugins/modules/keystone_federation_protocol.py index 14c206ee..f125d7f7 100644 --- a/plugins/modules/keystone_federation_protocol.py +++ b/plugins/modules/keystone_federation_protocol.py @@ -6,8 +6,7 @@ DOCUMENTATION = ''' --- module: keystone_federation_protocol short_description: manage a federation Protocol -author: - - "Mark Chappell (@tremble) " +author: OpenStack Ansible SIG description: - Manage a federation Protocol. options: diff --git a/plugins/modules/keystone_federation_protocol_info.py b/plugins/modules/keystone_federation_protocol_info.py index dc90ce5d..bb8a3333 100644 --- a/plugins/modules/keystone_federation_protocol_info.py +++ b/plugins/modules/keystone_federation_protocol_info.py @@ -6,8 +6,7 @@ DOCUMENTATION = ''' --- module: keystone_federation_protocol_info short_description: get information about federation Protocols -author: - - "Mark Chappell (@tremble) " +author: OpenStack Ansible SIG description: - Get information about federation Protocols. options: diff --git a/plugins/modules/lb_listener.py b/plugins/modules/lb_listener.py index 262d5307..4ea4cf80 100644 --- a/plugins/modules/lb_listener.py +++ b/plugins/modules/lb_listener.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: lb_listener short_description: Add/Delete a listener for a load balancer from OpenStack Cloud -author: "Lingxian Kong (@lingxiankong)" +author: OpenStack Ansible SIG description: - Add or Remove a listener for a load balancer from the OpenStack load-balancer service. options: diff --git a/plugins/modules/lb_member.py b/plugins/modules/lb_member.py index 48031a1a..2eab39cb 100644 --- a/plugins/modules/lb_member.py +++ b/plugins/modules/lb_member.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: lb_member short_description: Add/Delete a member for a pool in load balancer from OpenStack Cloud -author: "Lingxian Kong (@lingxiankong)" +author: OpenStack Ansible SIG description: - Add or Remove a member for a pool from the OpenStack load-balancer service. options: diff --git a/plugins/modules/lb_pool.py b/plugins/modules/lb_pool.py index bbae0d23..9d3e7e6b 100644 --- a/plugins/modules/lb_pool.py +++ b/plugins/modules/lb_pool.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: lb_pool short_description: Add/Delete a pool in the load balancing service from OpenStack Cloud -author: "Lingxian Kong (@lingxiankong)" +author: OpenStack Ansible SIG description: - Add or Remove a pool from the OpenStack load-balancer service. options: diff --git a/plugins/modules/loadbalancer.py b/plugins/modules/loadbalancer.py index 35edfaca..5436cc8a 100644 --- a/plugins/modules/loadbalancer.py +++ b/plugins/modules/loadbalancer.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: loadbalancer short_description: Add/Delete load balancer from OpenStack Cloud -author: "Lingxian Kong (@lingxiankong)" +author: OpenStack Ansible SIG description: - Add or Remove load balancer from the OpenStack load-balancer service(Octavia). Load balancer update is not supported for now. diff --git a/plugins/modules/network.py b/plugins/modules/network.py index 094aab09..beaf6290 100644 --- a/plugins/modules/network.py +++ b/plugins/modules/network.py @@ -8,7 +8,7 @@ DOCUMENTATION = ''' --- module: network short_description: Creates/removes networks from OpenStack -author: "Monty Taylor (@emonty)" +author: OpenStack Ansible SIG description: - Add or remove network from OpenStack. options: diff --git a/plugins/modules/networks_info.py b/plugins/modules/networks_info.py index 6e242934..f9e7d47a 100644 --- a/plugins/modules/networks_info.py +++ b/plugins/modules/networks_info.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: networks_info short_description: Retrieve information about one or more OpenStack networks. -author: "Davide Agnello (@dagnello)" +author: OpenStack Ansible SIG description: - 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). diff --git a/plugins/modules/object.py b/plugins/modules/object.py index d61b9a55..5d0afcf7 100644 --- a/plugins/modules/object.py +++ b/plugins/modules/object.py @@ -8,7 +8,7 @@ DOCUMENTATION = ''' --- module: object short_description: Create or Delete objects and containers from OpenStack -author: "Monty Taylor (@emonty)" +author: OpenStack Ansible SIG description: - Create or Delete objects and containers from OpenStack options: diff --git a/plugins/modules/port.py b/plugins/modules/port.py index 85485aba..79a48411 100644 --- a/plugins/modules/port.py +++ b/plugins/modules/port.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: port short_description: Add/Update/Delete ports from an OpenStack cloud. -author: "Davide Agnello (@dagnello)" +author: OpenStack Ansible SIG description: - Add, Update or Remove ports from an OpenStack cloud. A I(state) of 'present' will ensure the port is created or updated if required. diff --git a/plugins/modules/port_info.py b/plugins/modules/port_info.py index 020a9cc3..1db90ec8 100644 --- a/plugins/modules/port_info.py +++ b/plugins/modules/port_info.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' module: port_info short_description: Retrieve information about ports within OpenStack. -author: "David Shrewsbury (@Shrews)" +author: OpenStack Ansible SIG description: - Retrieve information about ports from OpenStack. - This module was called C(openstack.cloud.port_facts) before Ansible 2.9, returning C(ansible_facts). diff --git a/plugins/modules/project.py b/plugins/modules/project.py index 083bdd42..5791a1d7 100644 --- a/plugins/modules/project.py +++ b/plugins/modules/project.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' --- module: project short_description: Manage OpenStack Projects -author: "Alberto Gireud (@agireud)" +author: OpenStack Ansible SIG description: - Manage OpenStack Projects. Projects can be created, updated or deleted using this module. A project will be updated diff --git a/plugins/modules/project_access.py b/plugins/modules/project_access.py index 28a7bc36..09b64e27 100644 --- a/plugins/modules/project_access.py +++ b/plugins/modules/project_access.py @@ -17,7 +17,7 @@ DOCUMENTATION = ''' --- module: project_access short_description: Manage OpenStack compute flavors access -author: "Roberto Polli (@ioggstream)" +author: OpenStack Ansible SIG description: - Add or remove flavor, volume_type or other resources access from OpenStack. diff --git a/plugins/modules/project_info.py b/plugins/modules/project_info.py index 0f9405f7..421dc36e 100644 --- a/plugins/modules/project_info.py +++ b/plugins/modules/project_info.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' --- module: project_info short_description: Retrieve information about one or more OpenStack projects -author: "Ricardo Carrillo Cruz (@rcarrillocruz)" +author: OpenStack Ansible SIG description: - 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). diff --git a/plugins/modules/quota.py b/plugins/modules/quota.py index 78d5d249..25c28977 100644 --- a/plugins/modules/quota.py +++ b/plugins/modules/quota.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' --- module: quota short_description: Manage OpenStack Quotas -author: "Michael Gale (@mgale) " +author: OpenStack Ansible SIG description: - Manage OpenStack Quotas. Quotas can be created, updated or deleted using this module. A quota will be updated diff --git a/plugins/modules/recordset.py b/plugins/modules/recordset.py index 43357c5c..7ec5577b 100644 --- a/plugins/modules/recordset.py +++ b/plugins/modules/recordset.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' --- module: recordset short_description: Manage OpenStack DNS recordsets -author: "Ricardo Carrillo Cruz (@rcarrillocruz)" +author: OpenStack Ansible SIG description: - Manage OpenStack DNS recordsets. Recordsets can be created, deleted or updated. Only the I(records), I(description), and I(ttl) values diff --git a/plugins/modules/role_assignment.py b/plugins/modules/role_assignment.py index da238124..bc615a21 100644 --- a/plugins/modules/role_assignment.py +++ b/plugins/modules/role_assignment.py @@ -6,7 +6,7 @@ DOCUMENTATION = ''' --- module: role_assignment short_description: Associate OpenStack Identity users and roles -author: "Monty Taylor (@emonty), David Shrewsbury (@Shrews)" +author: OpenStack Ansible SIG description: - Grant and revoke roles in either project or domain context for OpenStack Identity Users. diff --git a/plugins/modules/router.py b/plugins/modules/router.py index ddc77dc9..1d4d3cf5 100644 --- a/plugins/modules/router.py +++ b/plugins/modules/router.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: router short_description: Create or delete routers from OpenStack -author: "David Shrewsbury (@Shrews)" +author: OpenStack Ansible SIG description: - Create or Delete routers from OpenStack. Although Neutron allows routers to share the same name, this module enforces name uniqueness diff --git a/plugins/modules/routers_info.py b/plugins/modules/routers_info.py index 05224441..79bd4600 100644 --- a/plugins/modules/routers_info.py +++ b/plugins/modules/routers_info.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: routers_info short_description: Retrieve information about one or more OpenStack routers. -author: "Bram Verschueren (@bverschueren)" +author: OpenStack Ansible SIG description: - Retrieve information about one or more routers from OpenStack. options: diff --git a/plugins/modules/security_group.py b/plugins/modules/security_group.py index 2c95ecaf..eca74341 100644 --- a/plugins/modules/security_group.py +++ b/plugins/modules/security_group.py @@ -8,7 +8,7 @@ DOCUMENTATION = ''' --- module: security_group short_description: Add/Delete security groups from an OpenStack cloud. -author: "Monty Taylor (@emonty)" +author: OpenStack Ansible SIG description: - Add or Remove security groups from an OpenStack cloud. options: diff --git a/plugins/modules/security_group_rule.py b/plugins/modules/security_group_rule.py index 3b46ca26..4e0b6490 100644 --- a/plugins/modules/security_group_rule.py +++ b/plugins/modules/security_group_rule.py @@ -8,9 +8,7 @@ DOCUMENTATION = ''' --- module: security_group_rule short_description: Add/Delete rule from an existing security group -author: - - "Benno Joy (@bennojoy)" - - "Jeffrey van Pelt (@Thulium-Drake)" +author: OpenStack Ansible SIG description: - Add or Remove rule from an existing security group options: diff --git a/plugins/modules/server.py b/plugins/modules/server.py index a38f9615..4989fa5b 100644 --- a/plugins/modules/server.py +++ b/plugins/modules/server.py @@ -11,7 +11,7 @@ DOCUMENTATION = ''' --- module: server short_description: Create/Delete Compute Instances from OpenStack -author: "Monty Taylor (@emonty)" +author: OpenStack Ansible SIG description: - Create or Remove compute instances from OpenStack. options: diff --git a/plugins/modules/server_action.py b/plugins/modules/server_action.py index 484413ac..68bd62b6 100644 --- a/plugins/modules/server_action.py +++ b/plugins/modules/server_action.py @@ -8,7 +8,7 @@ DOCUMENTATION = ''' --- module: server_action short_description: Perform actions on Compute Instances from OpenStack -author: "Jesse Keating (@omgjlk)" +author: OpenStack Ansible SIG description: - Perform server actions on an existing compute instance from OpenStack. This module does not return any data other than changed true/false. diff --git a/plugins/modules/server_group.py b/plugins/modules/server_group.py index 07798977..444874b6 100644 --- a/plugins/modules/server_group.py +++ b/plugins/modules/server_group.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: server_group short_description: Manage OpenStack server groups -author: "Lingxian Kong (@kong)" +author: OpenStack Ansible SIG description: - Add or remove server groups from OpenStack. options: diff --git a/plugins/modules/server_info.py b/plugins/modules/server_info.py index 45e793f6..e9fb3795 100644 --- a/plugins/modules/server_info.py +++ b/plugins/modules/server_info.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: server_info short_description: Retrieve information about one or more compute instances -author: Monty (@emonty) +author: OpenStack Ansible SIG description: - Retrieve information about server instances from OpenStack. - This module was called C(os_server_facts) before Ansible 2.9, returning C(ansible_facts). diff --git a/plugins/modules/server_metadata.py b/plugins/modules/server_metadata.py index 80874ca4..acc16d31 100644 --- a/plugins/modules/server_metadata.py +++ b/plugins/modules/server_metadata.py @@ -8,7 +8,7 @@ DOCUMENTATION = ''' --- module: server_metadata short_description: Add/Update/Delete Metadata in Compute Instances from OpenStack -author: "Mario Santos (@ruizink)" +author: OpenStack Ansible SIG description: - Add, Update or Remove metadata in compute instances from OpenStack. options: diff --git a/plugins/modules/server_volume.py b/plugins/modules/server_volume.py index 7717095d..8c242c1a 100644 --- a/plugins/modules/server_volume.py +++ b/plugins/modules/server_volume.py @@ -8,7 +8,7 @@ DOCUMENTATION = ''' --- module: server_volume short_description: Attach/Detach Volumes from OpenStack VM's -author: "Monty Taylor (@emonty)" +author: OpenStack Ansible SIG description: - Attach or Detach volumes from OpenStack VM's options: diff --git a/plugins/modules/stack.py b/plugins/modules/stack.py index 9aa213d0..3d1d6853 100644 --- a/plugins/modules/stack.py +++ b/plugins/modules/stack.py @@ -9,9 +9,7 @@ DOCUMENTATION = ''' --- module: stack short_description: Add/Remove Heat Stack -author: - - "Mathieu Bultel (@matbu)" - - "Steve Baker (@steveb)" +author: OpenStack Ansible SIG description: - Add or Remove a Stack to an OpenStack Heat options: diff --git a/plugins/modules/subnet.py b/plugins/modules/subnet.py index ce2ec043..eb45a4ea 100644 --- a/plugins/modules/subnet.py +++ b/plugins/modules/subnet.py @@ -8,7 +8,7 @@ DOCUMENTATION = ''' --- module: subnet short_description: Add/Remove subnet to an OpenStack network -author: "Monty Taylor (@emonty)" +author: OpenStack Ansible SIG description: - Add or Remove a subnet to an OpenStack network options: diff --git a/plugins/modules/subnets_info.py b/plugins/modules/subnets_info.py index d623fbe1..49f5091a 100644 --- a/plugins/modules/subnets_info.py +++ b/plugins/modules/subnets_info.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: subnets_info short_description: Retrieve information about one or more OpenStack subnets. -author: "Davide Agnello (@dagnello)" +author: OpenStack Ansible SIG description: - 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). diff --git a/plugins/modules/volume.py b/plugins/modules/volume.py index 730d5fa7..78f5d2b7 100644 --- a/plugins/modules/volume.py +++ b/plugins/modules/volume.py @@ -7,7 +7,7 @@ DOCUMENTATION = ''' --- module: volume short_description: Create/Delete Cinder Volumes -author: "Monty Taylor (@emonty)" +author: OpenStack Ansible SIG description: - Create or Remove cinder block storage volumes options: diff --git a/plugins/modules/volume_snapshot.py b/plugins/modules/volume_snapshot.py index 6fb1ca59..7c27fcc2 100644 --- a/plugins/modules/volume_snapshot.py +++ b/plugins/modules/volume_snapshot.py @@ -8,7 +8,7 @@ DOCUMENTATION = ''' --- module: volume_snapshot short_description: Create/Delete Cinder Volume Snapshots -author: "Mario Santos (@ruizink)" +author: OpenStack Ansible SIG description: - Create or Delete cinder block storage volume snapshots options: