]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Delete deprecated configuration in NFS tests
authorzhangguoqing <zhang.guoqing@99cloud.net>
Sat, 12 Mar 2016 07:10:05 +0000 (07:10 +0000)
committerzhangguoqing <zhang.guoqing@99cloud.net>
Sat, 12 Mar 2016 07:10:05 +0000 (07:10 +0000)
Change-Id: Ica13ca935fdee62511c85f3d9f62b29955653845

cinder/tests/unit/test_nexenta5_nfs.py

index 0e98c779ecaee6568334b29f06fca073a34cd2d8..8e935c944d9b2506b5e9bec7c30904ed92fcd3e9 100644 (file)
@@ -70,9 +70,7 @@ class TestNexentaNfsDriver(test.TestCase):
         self.cfg.nfs_mount_point_base = '/mnt/test'
         self.cfg.nfs_mount_attempts = 3
         self.cfg.nas_mount_options = 'vers=4'
-        self.cfg.nfs_used_ratio = 0.5
         self.cfg.reserved_percentage = 20
-        self.cfg.nfs_oversub_ratio = 1.0
         self.cfg.nexenta_rest_protocol = 'http'
         self.cfg.nexenta_rest_port = 8080
         self.cfg.nexenta_user = 'user'