From 74a9353e4cb8c10f70e915aabcf8f2fe4b7fd00f Mon Sep 17 00:00:00 2001 From: James Page Date: Tue, 8 May 2018 12:09:00 +0200 Subject: [PATCH] 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 --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 8e6b5bf0..21eb480a 100644 --- a/config.yaml +++ b/config.yaml @@ -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