From fbaa6c33caab85a0f71c39142d0ea7ed71e30515 Mon Sep 17 00:00:00 2001 From: tnisan Date: Tue, 2 Apr 2019 11:52:36 +0300 Subject: [PATCH] ovirt_disk: Support Hosted Engine content types (#54328) Signed-off-by: Tal Nisan --- lib/ansible/modules/cloud/ovirt/ovirt_disk.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_disk.py b/lib/ansible/modules/cloud/ovirt/ovirt_disk.py index 4e6d149bc7e..830a91f48a9 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_disk.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_disk.py @@ -77,8 +77,9 @@ options: choices: ['raw', 'cow'] content_type: description: - - Specify if the disk is a data disk or ISO image - choices: ['data', 'iso'] + - Specify if the disk is a data disk or ISO image or a one of a the Hosted Engine disk types + - The Hosted Engine disk content types are available with Engine 4.3+ and Ansible 2.8 + choices: ['data', 'iso', 'hosted_engine', 'hosted_engine_sanlock', 'hosted_engine_metadata', 'hosted_engine_configuration'] default: 'data' version_added: "2.8" sparse: