cinder/cinder/api/contrib
Xu Ao dced19aec3 Replace functions 'Dict.get' and 'del' with 'Dict.pop'
Refactoring code: Making volume dict to use single instruction: pop()
rather than two instructions: get() and del, giving the codes a format
that carries through.

Change-Id: Ic889dac330eac24d15bd73186fc504402cddd861
Closes-Bug:#1571548
2016-07-29 13:08:33 +08:00
..
__init__.py Use oslo.log instead of oslo-incubator 2015-03-11 21:45:04 -05:00
admin_actions.py Fix attachment_get_by_* to return entire list 2016-05-31 11:10:34 -06:00
availability_zones.py Remove XML API 2016-04-21 16:05:29 +00:00
backups.py Replace functions 'Dict.get' and 'del' with 'Dict.pop' 2016-07-29 13:08:33 +08:00
capabilities.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
cgsnapshots.py Remove API races from consistency groups 2016-06-01 17:18:06 +02:00
consistencygroups.py Allow setting CG name or description to empty value 2016-06-17 12:24:52 +08:00
extended_services.py Remove XML API 2016-04-21 16:05:29 +00:00
extended_snapshot_attributes.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
hosts.py Remove XML API 2016-04-21 16:05:29 +00:00
image_create.py Remove XML API 2016-04-21 16:05:29 +00:00
qos_specs_manage.py Fix 500 for 'qos-create' key or value > 255 characters 2016-07-19 11:56:44 +05:30
quota_classes.py Remove XML API 2016-04-21 16:05:29 +00:00
quotas.py Merge "Allow admin project to operate on all quotas" 2016-07-17 21:21:57 +00:00
resource_common_manage.py List manageable volumes and snapshots 2016-05-29 11:06:10 +03:00
scheduler_hints.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
scheduler_stats.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
services.py Modify API to include cluster related operations 2016-07-22 21:00:12 +02:00
snapshot_actions.py Add SnapshotStatus enum field 2016-05-19 15:16:18 -05:00
snapshot_manage.py Merge "'display-name' is not used in snapshot_manage" 2016-07-06 23:47:45 +00:00
snapshot_unmanage.py Remove XML API 2016-04-21 16:05:29 +00:00
types_extra_specs.py Fix 500 for 'qos-create' key or value > 255 characters 2016-07-19 11:56:44 +05:30
types_manage.py Fix 500 for 'qos-create' key or value > 255 characters 2016-07-19 11:56:44 +05:30
used_limits.py Remove XML API 2016-04-21 16:05:29 +00:00
volume_actions.py Merge "volume upload-to-image fails for iso disk-format" 2016-06-27 21:00:45 +00:00
volume_encryption_metadata.py Remove XML API 2016-04-21 16:05:29 +00:00
volume_host_attribute.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
volume_image_metadata.py Remove XML API 2016-04-21 16:05:29 +00:00
volume_manage.py Add strict Boolean checking for volume manage 2016-07-07 01:18:52 +00:00
volume_mig_status_attribute.py Remove XML API 2016-04-21 16:05:29 +00:00
volume_tenant_attribute.py Remove XML API 2016-04-21 16:05:29 +00:00
volume_transfer.py Remove XML API 2016-04-21 16:05:29 +00:00
volume_type_access.py Remove unused __init__ 2016-07-04 10:36:56 +08:00
volume_type_encryption.py Remove XML API 2016-04-21 16:05:29 +00:00
volume_unmanage.py Remove XML API 2016-04-21 16:05:29 +00:00