From fea71d2767067049d8e322ac07cf28b6f60dc920 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 11 May 2018 00:38:15 -0500 Subject: [PATCH] Update Jesse Keating's github id (#39904) Jesse is no longer j2sol, he's now omgjlk. --- .github/BOTMETA.yml | 2 +- lib/ansible/modules/cloud/openstack/os_server_action.py | 2 +- lib/ansible/modules/cloud/rackspace/rax.py | 2 +- lib/ansible/modules/cloud/rackspace/rax_network.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 8022525e97..472139bd20 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 cf660ee987..cd6433ceaa 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 ef920db838..106fce3b44 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 f8473a73fc..d1feede5bb 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 '''