summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
Diffstat (limited to 'nova')
-rw-r--r--nova/virt/driver.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/nova/virt/driver.py b/nova/virt/driver.py
index 2f52f9cf1..eb9626d08 100644
--- a/nova/virt/driver.py
+++ b/nova/virt/driver.py
@@ -89,14 +89,6 @@ class ComputeDriver(object):
raise NotImplementedError()
def get_console_pool_info(self, console_type):
- """Get info about the host on which the VM resides.
-
- Returns a dict containing:
- :address: ?
- :username: ?
- :password: ?
-
- """
raise NotImplementedError()
def get_console_output(self, instance):