]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
fix NFS driver max_over_subscription_ratio typo
authorTom Barron <tpb@dyncloud.net>
Fri, 15 Jan 2016 18:00:20 +0000 (13:00 -0500)
committerTom Barron <tpb@dyncloud.net>
Tue, 19 Jan 2016 19:22:25 +0000 (14:22 -0500)
Change-Id: I3b8a23f9c5854500f8577c2b87818e9689e753b8

cinder/volume/drivers/nfs.py

index 4afc5162adb5013a8fdd85bb9ef459d6ced50a6f..e80e907ed052e3c4997dc2bebd0db6e35e98718e 100644 (file)
@@ -63,7 +63,7 @@ nfs_opts = [
                        'the volume destination.  If the ratio exceeds this '
                        'number, the destination will no longer be valid. '
                        'Note that this option is deprecated in favor of '
-                       '"max_oversubscription_ratio" and will be removed '
+                       '"max_over_subscription_ratio" and will be removed '
                        'in the Mitaka release.')),
     cfg.StrOpt('nfs_mount_point_base',
                default='$state_path/mnt',