diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 8022525e97c..472139bd203 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -1173,7 +1173,7 @@ macros: team_nso: cmoberg cnasten tbjurman team_nxos: mikewiebe privateip rahushen rcarrillocruz trishnaguha team_onyx: samerd - team_openstack: emonty j2sol juliakreger rcarrillocruz shrews thingee dagnello + team_openstack: emonty omgjlk juliakreger rcarrillocruz shrews thingee dagnello team_openswitch: Qalthos gundalow privateip gdpak team_rabbitmq: chrishoffman manuel-sousa hyperized team_rhn: alikins barnabycourt flossware vritant diff --git a/lib/ansible/modules/cloud/openstack/os_server_action.py b/lib/ansible/modules/cloud/openstack/os_server_action.py index cf660ee9873..cd6433ceaa5 100644 --- a/lib/ansible/modules/cloud/openstack/os_server_action.py +++ b/lib/ansible/modules/cloud/openstack/os_server_action.py @@ -19,7 +19,7 @@ module: os_server_action short_description: Perform actions on Compute Instances from OpenStack extends_documentation_fragment: openstack version_added: "2.0" -author: "Jesse Keating (@j2sol)" +author: "Jesse Keating (@omgjlk)" 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/lib/ansible/modules/cloud/rackspace/rax.py b/lib/ansible/modules/cloud/rackspace/rax.py index ef920db8388..106fce3b44b 100644 --- a/lib/ansible/modules/cloud/rackspace/rax.py +++ b/lib/ansible/modules/cloud/rackspace/rax.py @@ -163,7 +163,7 @@ options: - how long before wait gives up, in seconds default: 300 author: - - "Jesse Keating (@j2sol)" + - "Jesse Keating (@omgjlk)" - "Matt Martz (@sivel)" notes: - I(exact_count) can be "destructive" if the number of running servers in diff --git a/lib/ansible/modules/cloud/rackspace/rax_network.py b/lib/ansible/modules/cloud/rackspace/rax_network.py index f8473a73fc2..d1feede5bb0 100644 --- a/lib/ansible/modules/cloud/rackspace/rax_network.py +++ b/lib/ansible/modules/cloud/rackspace/rax_network.py @@ -34,7 +34,7 @@ options: - cidr of the network being created author: - "Christopher H. Laco (@claco)" - - "Jesse Keating (@j2sol)" + - "Jesse Keating (@omgjlk)" extends_documentation_fragment: rackspace.openstack '''