diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-29 17:17:20 -0700 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-29 17:17:20 -0700 |
| commit | 6d3c31df757f65da7b29aaed1fb4d6e2b29126a0 (patch) | |
| tree | c8f3f8f394fcbd41f492e8c28a696da3a307c3ac /nova | |
| parent | 27b92e509c71a8b79dc6240aecdf598bf9d608f1 (diff) | |
Found a better (?) docstring from get_console_pool_info
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/virt/driver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/driver.py b/nova/virt/driver.py index c6c28b2ba..2f52f9cf1 100644 --- a/nova/virt/driver.py +++ b/nova/virt/driver.py @@ -89,7 +89,7 @@ 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: ? |
