From 304fde399d9c385b7a7bde624620ab44240741fd Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 22 Mar 2018 12:29:48 -0400 Subject: [PATCH] Fix get_max_over_subscription_ratio docstring TrivialFix Change-Id: I1fa9e8071fb01f39109915a7bf390e83378c2e01 --- cinder/volume/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cinder/volume/utils.py b/cinder/volume/utils.py index e1354c86df3..a5158c6c949 100644 --- a/cinder/volume/utils.py +++ b/cinder/volume/utils.py @@ -991,7 +991,6 @@ def get_max_over_subscription_ratio(str_value, supports_auto=False): :param str_value: Configuration object :param supports_auto: Tell if the calling driver supports auto MOSR. - :param drv_msg: Error message from the caller :response: value of mosr """