cinder/cinder
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
..
api Service object 2015-09-01 07:09:08 +00:00
backup Service object 2015-09-01 07:09:08 +00:00
brick Efficient image transfer for Glance cinder store 2015-08-25 10:40:25 -04:00
cmd Service object 2015-09-01 07:09:08 +00:00
common Use min and max on IntOpt option types 2015-08-16 15:48:24 -07:00
compute Cleaning up CONF.register_opts() in compute/__init__.py 2015-08-21 14:17:25 -05:00
consistencygroup Cleanup for cinder tests with ConsistencyGroups 2015-08-17 14:29:37 +02:00
db Merge "Add pagination to backups" 2015-09-01 06:51:35 +00:00
hacking Remove useless logging from unit tests 2015-07-13 17:39:44 +00:00
image Efficient image transfer for Glance cinder store 2015-08-25 10:40:25 -04:00
keymgr Fix multi-line docstrings to meet hacking rules 2015-07-30 11:34:16 -05:00
locale Imported Translations from Transifex 2015-08-27 06:19:38 +00:00
objects Service object 2015-09-01 07:09:08 +00:00
openstack Switch to the oslo_utils.fileutils 2015-08-20 07:47:48 +00:00
replication Use oslo.log instead of oslo-incubator 2015-03-11 21:45:04 -05:00
scheduler Service object 2015-09-01 07:09:08 +00:00
testing updating testing readme with more current information. 2014-02-26 09:21:13 -05:00
tests Service object 2015-09-01 07:09:08 +00:00
transfer Notify the transfer volume action in cinder 2015-07-07 17:14:34 +08:00
volume Service object 2015-09-01 07:09:08 +00:00
wsgi Add Cinder API wsgi application 2015-08-25 13:48:03 +03:00
zonemanager Use min and max on IntOpt option types 2015-08-16 15:48:24 -07:00
__init__.py
context.py adds user_id to check_is_admin 2015-08-25 04:46:18 -07:00
exception.py Sheepdog: Add class for dog command executor 2015-08-26 15:14:16 +09:00
flow_utils.py Refactoring of manager's create_volume flow 2015-07-24 11:19:09 +02:00
i18n.py Change leftover oslo.* to oslo_* 2015-03-23 19:52:42 +00:00
manager.py Merge "Enhance deletion efficiency when backup init host" 2015-08-30 12:57:46 +00:00
policy.py adds user_id to check_is_admin 2015-08-25 04:46:18 -07:00
quota.py Cinder Nested Quota Driver 2015-08-26 12:00:15 -07:00
quota_utils.py Logging not using oslo.i18n guidelines 2015-03-19 12:28:12 -05:00
rpc.py Move oslo.messaging to the oslo_messaging namespace 2015-03-03 09:21:25 -06:00
service.py Service object 2015-09-01 07:09:08 +00:00
ssh_utils.py Fix Python 3 issues in utils 2015-06-15 10:29:22 +02:00
test.py Remove unit test migration logging 2015-08-06 16:46:27 -05:00
utils.py Service object 2015-09-01 07:09:08 +00:00
version.py