nova/nova/tests/unit/conductor
Hans Lindgren e5de12f2e6 Cleanup conductor unused methods
There are some conductor api methods left unused that can be removed
together with two very old manager methods that were deprecated and
scheduled for removal with the rpc api version bump to 2.0.

This change removes the following unused api client methods:

 - instance_get_all_by_host()
 - instance_get_all_by_host_and_node()
 - migration_get_in_progress_by_host_and_node()
 - aggregate_metadata_get_by_host()
 - block_device_mapping_create()
 - block_device_mapping_update()
 - block_device_mapping_update_or_create()
 - block_device_mapping_get_all_by_instance()
 - compute_node_update()
 - compute_node_delete()
 - security_groups_trigger_handler()

Furthermore, it removes these previously deprecated manager methods:

 - ping()
 - instance_get_active_by_window()

Manager methods that are deprecated and scheduled for removal on the
next rpc version bump are annotated with a todo comment if not there
already.

Change-Id: Ia825cee94e6ba9431a85c1b6f64cb26e7c83c95f
2015-05-06 11:01:36 +02:00
..
tasks Support live-migrate of instances in PAUSED state 2015-02-18 15:14:54 +00:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_conductor.py Cleanup conductor unused methods 2015-05-06 11:01:36 +02:00