diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-23 19:15:41 -0700 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-23 19:15:41 -0700 |
| commit | 3cde42aaac50e32f2c8fcd4493c40a2eaf1a0d4d (patch) | |
| tree | 1eb11c5ee3607e3d14d197dfef7ef6c9bb99c142 | |
| parent | 31940b550e49c23ba29c71a0e0593a6d14331516 (diff) | |
pep8 fix
| -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 4c77048be..0e3a4aa3b 100644 --- a/nova/virt/driver.py +++ b/nova/virt/driver.py @@ -120,7 +120,7 @@ class ComputeDriver(object): def finish_resize(self, instance, disk_info): """Completes a resize, turning on the migrated instance""" raise NotImplementedError() - + def revert_resize(self, instance): """Reverts a resize, powering back on the instance""" raise NotImplementedError() |
