Fixup config description for libvirt-image-backend

Change-Id: Ie04fd55ec618eaf423223d35943b2a842f5c0870
This commit is contained in:
Edward Hope-Morley 2018-09-06 11:33:53 +01:00
parent 3039c05c9c
commit 9f98ad0e2d
1 changed files with 5 additions and 3 deletions

View File

@ -269,9 +269,11 @@ options:
type: string
default:
description: |
Tell Nova which libvirt image backend to use. Supported backends are rbd
and qcow2. If no backend is specified, the Nova default (qcow2) is
used. Note that rbd imagebackend is only supported with >= Juno.
Tell Nova which libvirt image backend to use. Supported backends are raw,
qcow2, rbd and flat. If no backend is specified, the Nova default (qcow2) is
used.
NOTE: "rbd" imagebackend is only supported with >= Juno.
NOTE: "flat" imagebackend is only supported with >= Newton and replaces "raw".
force-raw-images:
type: boolean
default: True