ovirt_disk: Support Hosted Engine content types (#54328)
Signed-off-by: Tal Nisan <tnisan@redhat.com>
This commit is contained in:
parent
daf3f077c5
commit
fbaa6c33ca
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue