From 8fcf36eb218faa5ea59f53c08b5226001f655b8c Mon Sep 17 00:00:00 2001 From: "zhu.boxiang" Date: Wed, 13 Mar 2019 10:27:06 +0800 Subject: [PATCH] Trivialfix for help description of images_type The file virt.py has been remove from the patch https://review.openstack.org/#/c/392566/. So use_cow_images config is now in file compute.py Change from virt to compute for it. Change-Id: Id332f6dc3e0aaaab4ff94b810e4a5bf6b7e01874 --- nova/conf/libvirt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/conf/libvirt.py b/nova/conf/libvirt.py index abd574bff1..bb801eff2b 100644 --- a/nova/conf/libvirt.py +++ b/nova/conf/libvirt.py @@ -849,7 +849,7 @@ one. Related options: -* virt.use_cow_images +* compute.use_cow_images * images_volume_group * [workarounds]/ensure_libvirt_rbd_instance_dir_cleanup """),