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

@@ -38,7 +38,7 @@ DOCUMENTATION = '''
---
module: nova_compute
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
description:
- Create or Remove virtual machines from Openstack.