cinder/cinder/api/contrib
Michal Dulko 94ab085779 Service object
Add versionedobjects abstraction layer to services. Distinguish time
zone aware DateTime fields. The object derives from
CinderObjectDictCompat, so it supports both object (obj.prop) and dict
(obj['prop']) syntax to access properties. Complete move to object
notation will be made in a follow up clean up patch.

Co-Authored-By: Michal Dulko <michal.dulko@intel.com>

Change-Id: I09f593f9f9aa8befa40d989b731159b78a429071
Partial-Implements: blueprint cinder-objects
2015-09-01 07:09:08 +00:00
..
__init__.py Use oslo.log instead of oslo-incubator 2015-03-11 21:45:04 -05:00
admin_actions.py Merge "force_detach terminate_connection needs connector" 2015-09-01 06:36:48 +00:00
availability_zones.py Fix and enable gating on H402 2013-12-14 12:34:24 +01:00
backups.py Add pagination to backups 2015-08-31 18:13:35 +00:00
cgsnapshots.py Validate string, integer limit for input parameter 2015-08-10 08:51:19 +00:00
consistencygroups.py Merge "Validate string, integer limit for input parameter" 2015-08-15 03:02:12 +00:00
extended_services.py Give a way to save why a service has been disabled 2014-02-22 05:50:17 -05:00
extended_snapshot_attributes.py Use oslo.log instead of oslo-incubator 2015-03-11 21:45:04 -05:00
hosts.py Service object 2015-09-01 07:09:08 +00:00
image_create.py Remove vim header 2013-12-30 18:53:02 -06:00
qos_specs_manage.py Validate string, integer limit for input parameter 2015-08-10 08:51:19 +00:00
quota_classes.py Validate string, integer limit for input parameter 2015-08-10 08:51:19 +00:00
quotas.py Cinder Nested Quota Driver 2015-08-26 12:00:15 -07:00
scheduler_hints.py Use oslo.log instead of oslo-incubator 2015-03-11 21:45:04 -05:00
scheduler_stats.py Use oslo.log instead of oslo-incubator 2015-03-11 21:45:04 -05:00
services.py Service object 2015-09-01 07:09:08 +00:00
snapshot_actions.py Complete switch to snapshot objects 2015-06-05 11:59:39 +08:00
snapshot_manage.py Implement function to manage/unmanage snapshots 2015-08-26 14:16:34 +08:00
snapshot_unmanage.py Implement function to manage/unmanage snapshots 2015-08-26 14:16:34 +08:00
types_extra_specs.py Validate string, integer limit for input parameter 2015-08-10 08:51:19 +00:00
types_manage.py Add the ability to update type public status 2015-08-18 09:36:25 +08:00
used_limits.py Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
volume_actions.py Fix multi-line docstrings to meet hacking rules 2015-07-30 11:34:16 -05:00
volume_encryption_metadata.py Remove unnecessary checks for encrypted types 2015-04-24 12:58:32 -04:00
volume_host_attribute.py Remove unused context parameter 2015-07-27 02:03:53 -07:00
volume_image_metadata.py set/unset volume image metadata 2015-07-11 12:13:58 +08:00
volume_manage.py Validate string, integer limit for input parameter 2015-08-10 08:51:19 +00:00
volume_mig_status_attribute.py Remove unused context parameter 2015-07-27 02:03:53 -07:00
volume_replication.py Remove unused context parameter 2015-07-27 02:03:53 -07:00
volume_tenant_attribute.py Remove unused context parameter 2015-07-27 02:03:53 -07:00
volume_transfer.py Validate string, integer limit for input parameter 2015-08-10 08:51:19 +00:00
volume_type_access.py Merge "Validate outermost request body element name consistently" 2015-07-08 19:38:10 +00:00
volume_type_encryption.py Validate string, integer limit for input parameter 2015-08-10 08:51:19 +00:00
volume_unmanage.py Change generic NotFound to specific exception 2015-06-25 05:25:07 -07:00