diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-29 17:35:24 -0700 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-29 17:35:24 -0700 |
| commit | f0cd8a993d235fddbfb9478b69a77f4ed32f6dff (patch) | |
| tree | f04a14ac6e7ab6db73aa05a853e8d304edf4328c /nova | |
| parent | 86914566436d778cdae2244cb9b277e25e21cb21 (diff) | |
Wipe out the bad docstring on get_console_pool_info
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/virt/driver.py | 8 |
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): |
