From 979d66a1e572f9bb839fd9cba557213f6b3ffd32 Mon Sep 17 00:00:00 2001 From: "jeremy.jia" Date: Fri, 15 Sep 2017 10:05:01 +0800 Subject: [PATCH] docs: Fix typo error in blockstorage-driver-filter-weighing.rst In the file doc/source/admin/blockstorage-driver-filter-weighing.rst, there is a typo error in the last example cinder.conf which will lead to wrong configuration. This patch is to fix the doc typo error. Change-Id: I632f91a419ab1439c91ed757bfce14005bc3f1a6 Related-Bug: #1715818 --- doc/source/admin/blockstorage-driver-filter-weighing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/blockstorage-driver-filter-weighing.rst b/doc/source/admin/blockstorage-driver-filter-weighing.rst index f045b5576dd..6991470c8c2 100644 --- a/doc/source/admin/blockstorage-driver-filter-weighing.rst +++ b/doc/source/admin/blockstorage-driver-filter-weighing.rst @@ -353,7 +353,7 @@ properties: volume_group = stack-volumes-lvmdriver-2 volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver volume_backend_name = lvmdriver-2 - filter_function = "volumes.size < 5" + filter_function = "volume.size < 5" goodness_function = "(capabilities.total_volumes < 8) ? 100 : 50" [lvm-3]