cinder/cinder/api
whoami-rajat 043ac5e574 Make code py3-compatible (global callable())
global function callable(f) is removed in python3.
It can be replaced with
isinstance(f, collections.Callable)
This patch addresses the change.

Ref : https://docs.python.org/3.1/whatsnew/3.0.html

Change-Id: I47a50fffac14668f90aac043ee22a91bdb7dca41
2018-08-13 22:45:36 +05:30
..
contrib Update microversion number with constants. 2018-07-24 14:08:26 +00:00
middleware Add Keystone v3 domain information to context 2018-04-25 09:29:33 -04:00
openstack Make code py3-compatible (global callable()) 2018-08-13 22:45:36 +05:30
schemas Allow extra parameters in volume_type_encryption 2018-08-08 15:17:03 -05:00
v2 Merge "Add policy check for type show and type list" 2018-08-07 23:15:51 +00:00
v3 Correct volume-transfers API endpoint 2018-08-03 17:56:14 -05:00
validation Update volume create schema to allow 'null' 2018-08-01 13:22:37 -05:00
views Transfer snapshots with volumes 2018-07-19 09:42:43 +08:00
__init__.py Remove API v1 2017-09-06 07:39:10 -05:00
common.py Reject any filter whose key contains non ascii character 2018-06-20 03:39:10 +00:00
extensions.py V3 jsonschema validation: Volumes 2018-06-29 11:51:50 +05:30
microversions.py Update microversion number with constants. 2018-07-24 14:08:26 +00:00
urlmap.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
versions.py Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08:00