summaryrefslogtreecommitdiffstats
path: root/nova/tests/scheduler/test_rpcapi.py
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-07-25 16:33:17 -0700
committerJoe Gordon <jogo@cloudscaling.com>2012-07-25 17:26:05 -0700
commit2aaa3d2860eed7574c5df64a8ceeb8a6adf23460 (patch)
tree822e1e3b3b59cd798d414a3b8ea11e8f94be61bc /nova/tests/scheduler/test_rpcapi.py
parent9072290b22732f29152cca1bff54c7a0af5643f7 (diff)
downloadnova-2aaa3d2860eed7574c5df64a8ceeb8a6adf23460.tar.gz
nova-2aaa3d2860eed7574c5df64a8ceeb8a6adf23460.tar.xz
nova-2aaa3d2860eed7574c5df64a8ceeb8a6adf23460.zip
Remove unused scheduler functions
* get_service_capabilities * get_host_list * host_service_caps_stale * delete_expired_host_services The functions were introduced in d328ddcadb24d1b1961bd05a7676bc8f54b6776f but are currently unused outside of nova.tests Change-Id: I15388db5eb684a9f5cfe74f4c2a32b6c87f57894
Diffstat (limited to 'nova/tests/scheduler/test_rpcapi.py')
-rw-r--r--nova/tests/scheduler/test_rpcapi.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/tests/scheduler/test_rpcapi.py b/nova/tests/scheduler/test_rpcapi.py
index cfd16a08b..000138bc9 100644
--- a/nova/tests/scheduler/test_rpcapi.py
+++ b/nova/tests/scheduler/test_rpcapi.py
@@ -100,6 +100,3 @@ class SchedulerRpcAPITestCase(test.TestCase):
self._test_scheduler_api('update_service_capabilities',
rpc_method='fanout_cast', service_name='fake_name',
host='fake_host', capabilities='fake_capabilities')
-
- def test_get_host_list(self):
- self._test_scheduler_api('get_host_list', rpc_method='call')