commit | 6752f43adfaaa335728efb592f45230350e06706 | [log] [tgz] |
---|---|---|
author | nidhimittalhada <nidhimittal19@gmail.com> | Mon Jan 11 14:52:53 2016 +0530 |
committer | nidhimittalhada <nidhimittal19@gmail.com> | Tue Jan 12 17:39:58 2016 +0530 |
tree | 1b83a9ecbbce599c9ec0630fa4b40f7374aeabd0 | |
parent | 45692edf3887f7423a408230f1306ba2b98c41a3 [diff] |
Fix 'extend' API for 2.7+ microversions Extend/Shrink share is not working in microversion 2.7+. When trying to extend/shrink a share, manila raises an error telling that the new share size must be an integer. Bug was due to improper use of get method on dictionary. Corrected by using get method properly. Change-Id: I700581d815da0fdd6addedc42f3e2ba528680e60 Closes-Bug: #1531536