cinder/cinder/volume
abhishekkekane 971a63bd9c Made provision for providing optional arguments
The 'quota_committed' attribute of 'RequestContext' object is
a transient property, so it will not be saved in the taskflow
persistent storage. The updated value of 'quota_committed'
attribute will not be available while resuming/reverting the
flow, if cinder api-service is down/stopped after committing
the quota.

Since this 'quota_committed' attribute is not used anywhere
in cinder project other than in create-volume taskflow api, so
removed 'quota_committed' from RequestContext and made
provision to pass it as an optional argument which will be
passed to api-flow via create_what dictionary, in order to
make it persistent and use it as and when needed.

Change-Id: I719067a8e1824add45fb525c106642a9c0e6bb46
2014-06-16 06:41:00 +00:00
..
drivers Removes unecessary call to rbd.Image 2014-06-15 21:42:26 +01:00
flows Made provision for providing optional arguments 2014-06-16 06:41:00 +00:00
__init__.py Remove vim header 2013-12-30 18:53:02 -06:00
api.py Made provision for providing optional arguments 2014-06-16 06:41:00 +00:00
configuration.py Remove vim header 2013-12-30 18:53:02 -06:00
driver.py Fixed the comment spelling error - voumes to volumes 2014-06-05 08:20:14 +09:00
iscsi.py Fix wrong exception reference 2014-05-07 07:13:59 +03:00
manager.py Merge "Handle volumes no longer existing in resume delete" 2014-06-11 04:22:12 +00:00
qos_specs.py Remove str() from LOG.* and exceptions 2014-03-04 14:25:10 -06:00
rpcapi.py Fix create_export/remove_export in driver.py 2014-03-15 14:12:47 +00:00
utils.py Check whether O_DIRECT is supported to iflag and oflag separately 2014-05-20 16:54:50 +08:00
volume_types.py Fix retyping volume that has volume type None 2014-05-08 12:38:41 +01:00