]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add task/flow listener support around the volume api flow
authorJoshua Harlow <harlowja@yahoo-inc.com>
Thu, 12 Jun 2014 21:35:35 +0000 (14:35 -0700)
committerJoshua Harlow <harlowja@gmail.com>
Sat, 14 Jun 2014 06:33:17 +0000 (23:33 -0700)
commitf11ba82a939bbcce819ddede46996c437868917b
tree3646fb9caf81e6dd00ccf30b4a8088d1a320b55f
parent090d57e9ce4c74c1a106a0bc7b583e566624f85d
Add task/flow listener support around the volume api flow

This will add in logging of what is occurring around the
actions taken by taskflow when taskflow executes the initial
create_volume workflow.

Since the oslo logging module will include the request_id of
the currently active request (per greenthread) this will make
it easier to understand and debug the actions occurring inside
taskflow's engine concept.

Part of blueprint task-logging

Change-Id: I57a6f85ecac37fc4f97033eb3b7a0dc8bd35a886
cinder/volume/api.py
cinder/volume/flows/common.py
requirements.txt