]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Notify the transfer volume action in cinder
authorwanghao <wanghao749@huawei.com>
Tue, 26 May 2015 07:32:42 +0000 (15:32 +0800)
committerwanghao <wanghao749@huawei.com>
Tue, 7 Jul 2015 09:14:34 +0000 (17:14 +0800)
commit8446f245b5f0793dc7e37cf4f59a9119061a0a2c
tree28fec2976675a0302e28b194b28835c4af7084d9
parent2cd5904eb809c117e849d4e5c1794ac8079ee14c
Notify the transfer volume action in cinder

Now when we transfer a volume, there is not corresponding action
notification that is sent to ceilometer. Include the actions of create,
accept and delete.

The bp that this patch implements, proposes adding those action to enrich
the notification in cinder.

Notify is added in Create, Accept, and Delete actions.

Change-Id: I9d71c55d103cc501f60585b64902d364af21d4d9
Implements:  blueprint notify-the-transfer-volume-action-in-cinder
cinder/tests/unit/test_volume_transfer.py
cinder/transfer/api.py