cinder/cinder/cmd
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
..
__init__.py Use pbr entry_points to setup the cinder scripts 2014-12-08 09:53:22 -05:00
api.py Moved CORS middleware configuration into oslo-config-generator 2016-03-08 08:51:52 -08:00
backup.py Support multiple processes on Cinder Backup 2018-03-14 10:52:25 +01:00
manage.py Make code py3-compatible (global callable()) 2018-08-13 22:45:36 +05:30
rtstool.py Get rid of conditional rtslib_fb imports 2018-06-20 16:18:21 -05:00
scheduler.py Merge "Add 'conf' param for TextGuruMeditation autorun setup" 2016-03-03 19:01:46 +00:00
volume.py Fix cinder-volume uses latest req-id for all log calls 2018-06-08 13:48:32 +00:00
volume_usage_audit.py Remove unused print_function imports 2017-11-02 11:06:58 -04:00