parent
c5fa718174
commit
fea71d2767
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in New Issue