cinder/cinder/objects
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 Add service dynamic log change/query 2017-05-16 13:37:35 +02:00
backup.py Handle migrating encryption key IDs in Backup table 2018-04-03 12:23:38 -04:00
base.py Make code py3-compatible (global callable()) 2018-08-13 22:45:36 +05:30
cgsnapshot.py Fix replication freeze mechanism 2017-01-19 10:42:24 +01:00
cleanable.py Make code py3-compatible (global callable()) 2018-08-13 22:45:36 +05:30
cleanup_request.py Add cleanable base object and cleanup request VO 2016-10-04 15:17:31 +02:00
cluster.py Add support for promoting a failed over backend 2018-05-09 12:19:33 -04:00
consistencygroup.py CG API changes for migrating CGs 2016-11-22 19:08:20 -05:00
dynamic_log.py Add service dynamic log change/query 2017-05-16 13:37:35 +02:00
fields.py Keep volume's status in 'creating' when creating from backup 2018-06-30 01:40:20 +00:00
group.py Add group to cluster when init host 2017-07-12 14:08:43 +08:00
group_snapshot.py OVO: Remove child_versions from list classes 2017-05-25 13:00:13 +02:00
group_type.py OVO: Remove child_versions from list classes 2017-05-25 13:00:13 +02:00
manageableresources.py Switch ManageableSnaphots & ManageableVolumes list to OVO 2017-01-25 00:41:30 +00:00
qos_specs.py OVO: Remove child_versions from list classes 2017-05-25 13:00:13 +02:00
request_spec.py Support availability-zone type 2018-05-17 12:09:12 +00:00
service.py OVO: support query for disabled services 2018-03-29 11:27:49 -04:00
snapshot.py Validate volume status again when snapshot created 2017-12-29 02:56:44 +00:00
volume.py Add shared_targets flag to Volumes 2017-11-28 13:55:23 -07:00
volume_attachment.py Add online data migration routine for attachment_specs 2017-12-19 16:42:08 -05:00
volume_type.py Add is_replicated() to Volume and VolumeType OVOs 2017-05-30 10:16:05 +02:00