manila/manila/api/v1
nidhimittalhada 672175728f 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
2016-01-12 17:39:58 +05:30
..
__init__.py Renamed cinder to manila. 2013-09-02 09:59:07 +03:00
limits.py Performance: leverage dict comprehension in PEP-0274 2015-12-11 19:24:56 -05:00
router.py Trivial: Remove unused logging import 2015-12-28 21:44:26 -05:00
scheduler_stats.py Trivial: Remove unused logging import 2015-12-28 21:44:26 -05:00
security_service.py Fix policy check for API 'security service update' 2015-05-28 19:20:35 +03:00
share_manage.py Allow to set share visibility using "manage" API 2015-12-06 21:22:00 +05:30
share_metadata.py Remove Limited XML API Support from Manila 2015-04-13 15:43:47 +03:00
share_networks.py Replace deprecated [logger/LOG].warn with warning 2016-01-08 10:32:47 +08:00
share_servers.py Refactor authorize() method in wsgi.py 2015-11-19 16:56:44 +00:00
share_snapshots.py Performance: leverage dict comprehension in PEP-0274 2015-12-11 19:24:56 -05:00
share_types_extra_specs.py Refactor authorize() method in wsgi.py 2015-11-19 16:56:44 +00:00
share_unmanage.py Add new URLs for APIs ported from extensions 2015-12-01 12:15:06 +02:00
shares.py Fix 'extend' API for 2.7+ microversions 2016-01-12 17:39:58 +05:30