]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove unused context parameter
authorAbhijeet Malawade <Abhijeet.Malawade@nttdata.com>
Tue, 26 May 2015 13:58:00 +0000 (06:58 -0700)
committerAbhijeet Malawade <Abhijeet.Malawade@nttdata.com>
Mon, 27 Jul 2015 09:03:53 +0000 (02:03 -0700)
commita5f3ef577818302d701c97ac2e4d42c34bdda0b5
tree999d9bf076d2c061e35286095d212d32bc32bce8
parent9e7a7e113f023bb3634a81c5f14401d09788205a
Remove unused context parameter

Context parameter is removed from cinder methods
which are not using it at all.

Removed 'notification' method from volume/manager.py as it is
not getting used anywhere.

Change-Id: I2ecfdabb876485ac0c0d1cacd6778408be061fc8
Closes-Bug: #1458844
cinder/api/contrib/volume_host_attribute.py
cinder/api/contrib/volume_mig_status_attribute.py
cinder/api/contrib/volume_replication.py
cinder/api/contrib/volume_tenant_attribute.py
cinder/api/v1/snapshots.py
cinder/api/v2/snapshots.py
cinder/manager.py
cinder/volume/flows/manager/create_volume.py
cinder/volume/manager.py