]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove unused methods
authorKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Mon, 10 Feb 2014 09:59:38 +0000 (18:59 +0900)
committerKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Tue, 11 Feb 2014 23:48:55 +0000 (08:48 +0900)
commitdb29f6e0e239c9efccabf1aede7075f425d9c607
treebb5dfde02e0c7f20210e5ecad3d67ba22c36e5e7
parent0e5b1bfe4fa3dcdfa9e9ed5d6843842861e51b97
Remove unused methods

 o cinder/volume/driver.py
   - def _get_iscsi_initiator(self):

     This method was removed in the following commit.

       commit cb6faab4d99801e76195802659013a5ccdc6b5b5
       Author: Walter A. Boring IV <walter.boring@hp.com>
       Date:   Wed Jul 10 15:22:06 2013 -0700

           Add Brick Fibre Channel attach/detach support.

 o cinder/volume/utils.py
   - def get_host_from_queue(queuename):

     This method was added in the following commit.

       commit 6c708d12f58eb20fce6733f1f6fd08d978570775
       Author: Michael Basnight <mbasnight@gmail.com>
       Date:   Mon Feb 11 15:54:45 2013 -0600

           Update cinder-volume to enable multi volume support

     But there is no evidence that was used.

   - def notify_usage_exists(context, volume_ref, current_period=False):

     This method was removed in the following commit.

       commit d09b7c78b3c905badb1112434eb9c09c2c8ffb5a
       Author: Ollie Leahy <oliver.leahy@hp.com>
       Date:   Thu Dec 12 11:01:34 2013 +0000

           Allow user to specify audit period.

Change-Id: I819679e03df9a2a848004d14e3f55821c88834a4
cinder/tests/test_volume_utils.py
cinder/volume/driver.py
cinder/volume/utils.py