Use M() to link to the replacement module. (#19976)

This commit is contained in:
John R Barker 2017-01-06 16:21:39 +00:00 committed by GitHub
parent 818ef493ad
commit 40ecc3188f
18 changed files with 18 additions and 18 deletions

View file

@ -25,7 +25,7 @@ DOCUMENTATION = '''
--- ---
module: ec2_ami_search module: ec2_ami_search
short_description: Retrieve AWS AMI information for a given operating system. short_description: Retrieve AWS AMI information for a given operating system.
deprecated: "in favor of the ec2_ami_find module" deprecated: "Use M(ec2_ami_find) instead."
version_added: "1.6" version_added: "1.6"
description: description:
- Look up the most recent AMI on AWS for a given operating system. - Look up the most recent AMI on AWS for a given operating system.

View file

@ -24,7 +24,7 @@ DOCUMENTATION = '''
--- ---
module: glance_image module: glance_image
version_added: "1.2" version_added: "1.2"
deprecated: Deprecated in 1.10. Use os_image instead deprecated: Deprecated in 1.10. Use M(os_image) instead.
short_description: Add/Delete images from glance short_description: Add/Delete images from glance
description: description:
- Add or Remove images from the glance repository. - Add or Remove images from the glance repository.

View file

@ -25,7 +25,7 @@ DOCUMENTATION = '''
--- ---
module: keystone_user module: keystone_user
version_added: "1.2" version_added: "1.2"
deprecated: Deprecated in 2.0. Use os_user instead deprecated: Deprecated in 2.0. Use M(os_user) instead.
short_description: Manage OpenStack Identity (keystone) users, tenants and roles short_description: Manage OpenStack Identity (keystone) users, tenants and roles
description: description:
- Manage users,tenants, roles from OpenStack. - Manage users,tenants, roles from OpenStack.

View file

@ -38,7 +38,7 @@ DOCUMENTATION = '''
--- ---
module: nova_compute module: nova_compute
version_added: "1.2" version_added: "1.2"
deprecated: Deprecated in 2.0. Use os_server instead deprecated: Deprecated in 2.0. Use M(os_server) instead.
short_description: Create/Delete VMs from OpenStack short_description: Create/Delete VMs from OpenStack
description: description:
- Create or Remove virtual machines from Openstack. - Create or Remove virtual machines from Openstack.

View file

@ -36,7 +36,7 @@ version_added: "1.2"
author: author:
- "Benno Joy (@bennojoy)" - "Benno Joy (@bennojoy)"
- "Michael DeHaan" - "Michael DeHaan"
deprecated: Deprecated in 2.0. Use os_keypair instead deprecated: Deprecated in 2.0. Use M(os_keypair) instead.
short_description: Add/Delete key pair from nova short_description: Add/Delete key pair from nova
description: description:
- Add or Remove key pair from nova . - Add or Remove key pair from nova .

View file

@ -40,7 +40,7 @@ version_added: "1.2"
author: author:
- "Benno Joy (@bennojoy)" - "Benno Joy (@bennojoy)"
- "Brad P. Crochet (@bcrochet)" - "Brad P. Crochet (@bcrochet)"
deprecated: Deprecated in 2.0. Use os_floating_ip instead deprecated: Deprecated in 2.0. Use M(os_floating_ip) instead.
short_description: Add/Remove floating IP from an instance short_description: Add/Remove floating IP from an instance
description: description:
- Add or Remove a floating IP to an instance - Add or Remove a floating IP to an instance

View file

@ -37,7 +37,7 @@ DOCUMENTATION = '''
module: quantum_floating_ip_associate module: quantum_floating_ip_associate
version_added: "1.2" version_added: "1.2"
author: "Benno Joy (@bennojoy)" author: "Benno Joy (@bennojoy)"
deprecated: Deprecated in 2.0. Use os_floating_ip instead deprecated: Deprecated in 2.0. Use M(os_floating_ip) instead.
short_description: Associate or disassociate a particular floating IP with an instance short_description: Associate or disassociate a particular floating IP with an instance
description: description:
- Associates or disassociates a specific floating IP with a particular instance - Associates or disassociates a specific floating IP with a particular instance

View file

@ -34,7 +34,7 @@ DOCUMENTATION = '''
--- ---
module: quantum_network module: quantum_network
version_added: "1.4" version_added: "1.4"
deprecated: Deprecated in 2.0. Use os_network instead deprecated: Deprecated in 2.0. Use M(os_network) instead.
short_description: Creates/Removes networks from OpenStack short_description: Creates/Removes networks from OpenStack
description: description:
- Add or Remove network from OpenStack. - Add or Remove network from OpenStack.

View file

@ -35,7 +35,7 @@ DOCUMENTATION = '''
module: quantum_router module: quantum_router
version_added: "1.2" version_added: "1.2"
author: "Benno Joy (@bennojoy)" author: "Benno Joy (@bennojoy)"
deprecated: Deprecated in 2.0. Use os_router instead deprecated: Deprecated in 2.0. Use M(os_router) instead.
short_description: Create or Remove router from openstack short_description: Create or Remove router from openstack
description: description:
- Create or Delete routers from OpenStack - Create or Delete routers from OpenStack

View file

@ -35,7 +35,7 @@ DOCUMENTATION = '''
module: quantum_router_gateway module: quantum_router_gateway
version_added: "1.2" version_added: "1.2"
author: "Benno Joy (@bennojoy)" author: "Benno Joy (@bennojoy)"
deprecated: Deprecated in 2.0. Use os_router instead deprecated: Deprecated in 2.0. Use M(os_router) instead.
short_description: set/unset a gateway interface for the router with the specified external network short_description: set/unset a gateway interface for the router with the specified external network
description: description:
- Creates/Removes a gateway interface from the router, used to associate a external network with a router to route external traffic. - Creates/Removes a gateway interface from the router, used to associate a external network with a router to route external traffic.

View file

@ -35,7 +35,7 @@ DOCUMENTATION = '''
module: quantum_router_interface module: quantum_router_interface
version_added: "1.2" version_added: "1.2"
author: "Benno Joy (@bennojoy)" author: "Benno Joy (@bennojoy)"
deprecated: Deprecated in 2.0. Use os_router instead deprecated: Deprecated in 2.0. Use M(os_router) instead.
short_description: Attach/Detach a subnet's interface to a router short_description: Attach/Detach a subnet's interface to a router
description: description:
- Attach/Detach a subnet interface to a router, to provide a gateway for the subnet. - Attach/Detach a subnet interface to a router, to provide a gateway for the subnet.

View file

@ -33,7 +33,7 @@ ANSIBLE_METADATA = {'status': ['deprecated'],
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: quantum_subnet module: quantum_subnet
deprecated: Deprecated in 2.0. Use os_subnet instead deprecated: Deprecated in 2.0. Use M(os_subnet) instead.
version_added: "1.2" version_added: "1.2"
short_description: Add/remove subnet from a network short_description: Add/remove subnet from a network
description: description:

View file

@ -33,7 +33,7 @@ description:
by evaluating the current running-config and only pushing configuration by evaluating the current running-config and only pushing configuration
commands that are not already configured. The config source can commands that are not already configured. The config source can
be a set of commands or a template. be a set of commands or a template.
deprecated: Deprecated in 2.2. Use ios_config instead deprecated: Deprecated in 2.2. Use M(ios_config) instead.
extends_documentation_fragment: ios extends_documentation_fragment: ios
options: options:
src: src:

View file

@ -33,7 +33,7 @@ description:
by evaluating the current running-config and only pushing configuration by evaluating the current running-config and only pushing configuration
commands that are not already configured. The config source can commands that are not already configured. The config source can
be a set of commands or a template. be a set of commands or a template.
deprecated: Deprecated in 2.2. Use iosxr_config instead deprecated: Deprecated in 2.2. Use M(iosxr_config) instead.
extends_documentation_fragment: iosxr extends_documentation_fragment: iosxr
options: options:
src: src:

View file

@ -32,7 +32,7 @@ description:
from a template file onto a remote device running Junos. The from a template file onto a remote device running Junos. The
module will return the differences in configuration if the diff module will return the differences in configuration if the diff
option is specified on the Ansible command line option is specified on the Ansible command line
deprecated: Deprecated in 2.2. Use junos_config instead deprecated: Deprecated in 2.2. Use M(junos_config) instead.
extends_documentation_fragment: junos extends_documentation_fragment: junos
options: options:
src: src:

View file

@ -33,7 +33,7 @@ description:
by evaluating the current running-config and only pushing configuration by evaluating the current running-config and only pushing configuration
commands that are not already configured. The config source can commands that are not already configured. The config source can
be a set of commands or a template. be a set of commands or a template.
deprecated: Deprecated in 2.2. Use nxos_config instead deprecated: Deprecated in 2.2. Use M(nxos_config) instead.
extends_documentation_fragment: nxos extends_documentation_fragment: nxos
options: options:
src: src:

View file

@ -33,7 +33,7 @@ description:
against a provided candidate configuration. If there are changes, the against a provided candidate configuration. If there are changes, the
candidate configuration is merged with the current configuration and candidate configuration is merged with the current configuration and
pushed into OpenSwitch pushed into OpenSwitch
deprecated: Deprecated in 2.2. Use ops_config instead deprecated: Deprecated in 2.2. Use M(ops_config) instead.
extends_documentation_fragment: openswitch extends_documentation_fragment: openswitch
options: options:
src: src:

View file

@ -26,7 +26,7 @@ DOCUMENTATION = '''
--- ---
module: accelerate module: accelerate
short_description: Enable accelerated mode on remote node short_description: Enable accelerated mode on remote node
deprecated: "in favor of SSH with ControlPersist" deprecated: "Use SSH with ControlPersist instead."
description: description:
- This modules launches an ephemeral I(accelerate) daemon on the remote node which - This modules launches an ephemeral I(accelerate) daemon on the remote node which
Ansible can use to communicate with nodes at high speed. Ansible can use to communicate with nodes at high speed.