diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-28 17:11:16 -0700 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-28 17:11:16 -0700 |
| commit | 699f82e7e14146feb272d61a98b89ad53c93bf08 (patch) | |
| tree | 38e0b5c3ca0633da1863c9b046def6020eea4e7d | |
| parent | 55b801db77b9d631e746e79bd84a7866d1877fb2 (diff) | |
Yet more docstring fixes
| -rw-r--r-- | nova/virt/driver.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/virt/driver.py b/nova/virt/driver.py index 55281b741..c6c28b2ba 100644 --- a/nova/virt/driver.py +++ b/nova/virt/driver.py @@ -77,6 +77,7 @@ class ComputeDriver(object): If the instance is not found (for example if networking failed), this function should still succeed. It's probably a good idea to log a warning in that case. + """ raise NotImplementedError() @@ -94,6 +95,7 @@ class ComputeDriver(object): :address: ? :username: ? :password: ? + """ raise NotImplementedError() |
