Remove ComputeDriver.update_host_status()

Nobody calls the method.

Change-Id: Ib585f769788753c64e19fe49a1f186880e1c6f49
This commit is contained in:
Arata Notsu
2012-10-18 22:40:01 +09:00
parent 23ef7150a0
commit da94e9fb69

View File

@@ -458,11 +458,6 @@ class _VirtDriverTestCase(_FakeDriverBackendTestCase):
self.assertIn('host_memory_total', host_status)
self.assertIn('host_memory_free', host_status)
@catch_notimplementederror
def test_update_host_status(self):
host_status = self.connection.update_host_status()
self._check_host_status_fields(host_status)
@catch_notimplementederror
def test_get_host_stats(self):
host_status = self.connection.get_host_stats()