diff --git a/plugins/modules/xen_orchestra.py b/plugins/modules/xen_orchestra_instance.py similarity index 99% rename from plugins/modules/xen_orchestra.py rename to plugins/modules/xen_orchestra_instance.py index 3fd60184d2..7d8781c847 100644 --- a/plugins/modules/xen_orchestra.py +++ b/plugins/modules/xen_orchestra_instance.py @@ -7,7 +7,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type DOCUMENTATION = ''' -module: xen_orchestra +module: xen_orchestra_instance short_description: Management of instances on Xen Orchestra description: - Allows you to create/delete/restart/stop instances on Xen Orchestra.