nova/nova/virt
KIYOHIRO ADACHI 4e9796712c Remove unused methods
o nova/cells/messaging.py
   - def _at_max_hop_count(self, do_raise=True):

     This method was added in the following commit.

        commit f9a868e86c
        Author: Chris Behrens <cbehrens@codestud.com>
        Date:   Fri Apr 13 05:54:48 2012 +0000

            Cells: Add the main code.

     But there is no evidence that was used.

 o nova/virt/disk/mount/nbd.py
   - def _read_pid_file(self, pidfile):

     This method was added in the following commit.

        commit e4377fdb0e
        Author: Michael Still <michael.still@canonical.com>
        Date:   Wed Dec 12 17:13:53 2012 +1100

            Stop nbd leaks, remove pid race.

     But there is no evidence that was used.

 o nova/virt/hyperv/imagecache.py
   - def _validate_vhd_image(self, vhd_path):

     This method was removed in the following commit.

        commit 689e9e3e3d
        Author: Alessandro Pilotti <ap@pilotti.it>
        Date:   Mon Mar 4 11:34:42 2013 +0200

            Fixes disk size issue during image boot on Hyper-V

 o nova/virt/hyperv/vmutils.py
   - def _clone_wmi_obj(self, wmi_class, wmi_obj):

     This method was removed in the following commit.

        commit d1a2e10869
        Author: Alessandro Pilotti <apilotti@cloudbasesolutions.com>
        Date:   Tue Jul 30 03:58:11 2013 +0300

            Improves Hyper-V vmutils module for subclassing

 o nova/virt/libvirt/firewall.py
   - def _define_filters(self, filter_name, filter_children):

     This method was removed in the following commit.

        commit b4fae4821f
        Author: Yaguang Tang <heut2008@gmail.com>
        Date:   Tue Feb 14 10:43:39 2012 +0800

            remove unused nwfilter methods and tests.

 o nova/virt/xenapi/volume_utils.py
   - def _get_volume_id(path_or_id):

     This method was removed in the following commit.

        commit 503d572954
        Author: Armando Migliaccio <amigliaccio@internap.com>
        Date:   Fri Dec 7 21:06:43 2012 +0000

           Fixes KeyError: 'sr_uuid' when booting from volume on xenapi

Change-Id: I216f7c4ff3546c41e1fb0813a71a6c7ff9498584
2014-02-12 16:51:07 +09:00
..
baremetal Disable file injection in baremetal by default 2014-02-07 15:18:00 +11:00
disk Remove unused methods 2014-02-12 16:51:07 +09:00
docker Docker cannot start a new instance because of an internal error 2014-02-10 17:06:57 +01:00
hyperv Remove unused methods 2014-02-12 16:51:07 +09:00
libvirt Remove unused methods 2014-02-12 16:51:07 +09:00
vmwareapi Merge "VMware: Fix incorrect comment indentation" 2014-02-11 11:50:20 +00:00
xenapi Remove unused methods 2014-02-12 16:51:07 +09:00
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
block_device.py Merge "Move logging out of BDM attach method" 2014-02-04 20:25:49 +00:00
configdrive.py Remove vi modelines 2014-02-03 14:19:44 +00:00
cpu.py Remove vi modelines 2014-02-03 14:19:44 +00:00
driver.py Adds RDP console support 2014-02-07 21:20:08 +02:00
event.py Fix misspellings in nova 2014-02-07 13:09:24 +08:00
fake.py Adds RDP console support 2014-02-07 21:20:08 +02:00
firewall.py Remove vi modelines 2014-02-03 14:19:44 +00:00
imagecache.py Remove vi modelines 2014-02-03 14:19:44 +00:00
images.py Remove vi modelines 2014-02-03 14:19:44 +00:00
interfaces.template Port Cheetah templates to Jinja2 2013-09-02 16:03:34 +02:00
netutils.py Remove vi modelines 2014-02-03 14:19:44 +00:00
storage_users.py Merge "Capture exception for JSON load in virt.storage_users" 2014-02-10 02:26:38 +00:00
virtapi.py Remove vi modelines 2014-02-03 14:19:44 +00:00