api-ref: Fix a description for 'guest_format'
There is a wrong format 'ephemeral' in the description. So remove it and valid formats ('ext2', 'ext3', 'ext4' and 'xfs') are added. The parameter is optional, so fix it as well. Change-Id: Icc04cac3a287955ab1a98b7813e3c7ec8183b120 Closes-Bug: #1736502
This commit is contained in:
parent
32c8ac6b7d
commit
35dd1f9185
@ -2830,9 +2830,11 @@ group_id:
|
||||
type: string
|
||||
guest_format:
|
||||
description: |
|
||||
Specifies the guest server disk file system format, such as ``ephemeral`` or ``swap``.
|
||||
Specifies the guest server disk file system format, such as ``ext2``,
|
||||
``ext3``, ``ext4``, ``xfs`` or ``swap``. This parameter affects only
|
||||
the libvirt virt driver.
|
||||
in: body
|
||||
required: true
|
||||
required: false
|
||||
type: string
|
||||
host:
|
||||
description: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user