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
This commit is contained in:
jeremy.jia 2017-09-15 10:05:01 +08:00
parent def3cb7f04
commit 979d66a1e5

View File

@ -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]