From 35dd1f9185bfac607bca1deff85af94033535cb6 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Wed, 6 Dec 2017 16:23:12 +0900 Subject: [PATCH] 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 --- api-ref/source/parameters.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index b8201eb0a147..a801f61dcc73 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -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: |