doc: Drop lvm from supported libvirt backends

lvm has never actually been supported in this charm; update config
docs to drop lvm - rbd or qcow2 are the only two supported types.

Related-Bug: 1610392

Change-Id: I94ac64a4a4a3a56e1e1793b5b7c618a55dbf6f22
This commit is contained in:
James Page 2018-05-08 12:09:00 +02:00
parent 59cce54c67
commit 74a9353e4c
1 changed files with 2 additions and 2 deletions

View File

@ -247,8 +247,8 @@ options:
type: string
default:
description: |
Tell Nova which libvirt image backend to use. Supported backends are rbd,
lvm and qcow2. If no backend is specified, the Nova default (qcow2) is
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.
force-raw-images:
type: boolean