Update Jesse Keating's github id (#39904)

Jesse is no longer j2sol, he's now omgjlk.
This commit is contained in:
Monty Taylor 2018-05-11 00:38:15 -05:00 committed by Martin Krizek
parent c5fa718174
commit fea71d2767
4 changed files with 4 additions and 4 deletions

2
.github/BOTMETA.yml vendored
View file

@ -1173,7 +1173,7 @@ macros:
team_nso: cmoberg cnasten tbjurman team_nso: cmoberg cnasten tbjurman
team_nxos: mikewiebe privateip rahushen rcarrillocruz trishnaguha team_nxos: mikewiebe privateip rahushen rcarrillocruz trishnaguha
team_onyx: samerd 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_openswitch: Qalthos gundalow privateip gdpak
team_rabbitmq: chrishoffman manuel-sousa hyperized team_rabbitmq: chrishoffman manuel-sousa hyperized
team_rhn: alikins barnabycourt flossware vritant team_rhn: alikins barnabycourt flossware vritant

View file

@ -19,7 +19,7 @@ module: os_server_action
short_description: Perform actions on Compute Instances from OpenStack short_description: Perform actions on Compute Instances from OpenStack
extends_documentation_fragment: openstack extends_documentation_fragment: openstack
version_added: "2.0" version_added: "2.0"
author: "Jesse Keating (@j2sol)" author: "Jesse Keating (@omgjlk)"
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

@ -163,7 +163,7 @@ options:
- how long before wait gives up, in seconds - how long before wait gives up, in seconds
default: 300 default: 300
author: author:
- "Jesse Keating (@j2sol)" - "Jesse Keating (@omgjlk)"
- "Matt Martz (@sivel)" - "Matt Martz (@sivel)"
notes: notes:
- I(exact_count) can be "destructive" if the number of running servers in - I(exact_count) can be "destructive" if the number of running servers in

View file

@ -34,7 +34,7 @@ options:
- cidr of the network being created - cidr of the network being created
author: author:
- "Christopher H. Laco (@claco)" - "Christopher H. Laco (@claco)"
- "Jesse Keating (@j2sol)" - "Jesse Keating (@omgjlk)"
extends_documentation_fragment: rackspace.openstack extends_documentation_fragment: rackspace.openstack
''' '''