Merge "VMAX: set faked max_oversubscription_ratio"

This commit is contained in:
Zuul 2018-10-17 13:05:05 +00:00 committed by Gerrit Code Review
commit 759697413d
1 changed files with 1 additions and 0 deletions

View File

@ -1215,6 +1215,7 @@ class FakeConfiguration(object):
self.volume_backend_name = volume_backend_name
self.config_group = volume_backend_name
self.san_is_local = False
self.max_over_subscription_ratio = 1
if replication_device:
self.replication_device = [replication_device]
for key, value in kwargs.items():