]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove unused volume API method - remove_from_compute()
authorZhiteng Huang <zhiteng.huang@intel.com>
Fri, 9 Nov 2012 06:37:21 +0000 (14:37 +0800)
committerZhiteng Huang <zhiteng.huang@intel.com>
Fri, 9 Nov 2012 06:37:21 +0000 (14:37 +0800)
commitf70cc1aceb8abab6de69ac970fcc35ea23f70c25
treea9eb62c37bdf8e8a13f9395b624829091255862f
parentfc4cae50f53643e2093170530eb0dc758a0b3f63
Remove unused volume API method - remove_from_compute()

remove_from_compute() method in cinder.volume.api is never used
by others and it is also broken since the interface in Nova has
been changed to remove_volume_connection(), thus it should be
removed from Cinder.

Change-Id: Ibcb2cf7f88606d9a540cc9a03b5c95990fca8c3e
cinder/volume/api.py