Skip to content

Commit 217f70f

Browse files
authored
Merge pull request #82 from huangpeng5/suyan_329
Resolve bug where the return value of show_qos is None.
2 parents 5718b61 + 9e02961 commit 217f70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Manila/file_driver_dir/huawei/oceanstorPacific/customization_nas_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def show_qos(self, share):
114114
"""苏研定制接口,查询share所属命名空间的qos策略"""
115115

116116
LOG.info("********************Do show_qos.********************")
117-
self.plugin_factory.instance_service(
117+
return self.plugin_factory.instance_service(
118118
OperateShare, share, self.storage_features).show_qos()
119119

120120
def modify_share_tier_policy(self, context, share, new_share):

0 commit comments

Comments
 (0)