fix doc links (#46094)

(cherry picked from commit c5a8a911b3)
pull/48136/head
Sandra McCann 6 years ago committed by Toshio Kuratomi
parent 30acec79f4
commit e3a2bf97a7

@ -17,7 +17,7 @@ author:
- Vincent Van der Kussen (@vincentvdk) - Vincent Van der Kussen (@vincentvdk)
short_description: oVirt/RHEV platform management short_description: oVirt/RHEV platform management
description: description:
- This module only supports oVirt/RHEV version 3. A newer module M(ovirt_vms) supports oVirt/RHV version 4. - This module only supports oVirt/RHEV version 3. A newer module M(ovirt_vm) supports oVirt/RHV version 4.
- Allows you to create new instances, either from scratch or an image, in addition to deleting or stopping instances on the oVirt/RHEV platform. - Allows you to create new instances, either from scratch or an image, in addition to deleting or stopping instances on the oVirt/RHEV platform.
version_added: "1.4" version_added: "1.4"
options: options:

@ -18,7 +18,7 @@ module: rhevm
author: Timothy Vandenbrande (@TimothyVandenbrande) author: Timothy Vandenbrande (@TimothyVandenbrande)
short_description: RHEV/oVirt automation short_description: RHEV/oVirt automation
description: description:
- This module only supports oVirt/RHEV version 3. A newer module M(ovirt_vms) supports oVirt/RHV version 4. - This module only supports oVirt/RHEV version 3. A newer module M(ovirt_vm) supports oVirt/RHV version 4.
- Allows you to create/remove/update or powermanage virtual machines on a RHEV/oVirt platform. - Allows you to create/remove/update or powermanage virtual machines on a RHEV/oVirt platform.
version_added: "2.2" version_added: "2.2"
requirements: requirements:

@ -37,7 +37,6 @@ description:
argument that will cause the module to wait for a specific condition argument that will cause the module to wait for a specific condition
before returning or timing out if the condition is not met. before returning or timing out if the condition is not met.
- This module does not support running commands in configuration mode. - This module does not support running commands in configuration mode.
Please use M(voss_config) to configure VOSS devices.
notes: notes:
- Tested against VOSS 7.0.0 - Tested against VOSS 7.0.0
options: options:

@ -72,6 +72,6 @@ options:
type: bool type: bool
default: True default: True
notes: notes:
- For information on using netconf see the :ref:`Platform Options guide using Netconf<netconf_platform_enabled_options>` - For information on using netconf see the :ref:`Platform Options guide using Netconf<netconf_enabled_platform_options>`
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>` - For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`
""" """

Loading…
Cancel
Save