diff options
| author | Todd Willey <todd@ansolabs.com> | 2011-04-05 15:17:37 -0400 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2011-04-05 15:17:37 -0400 |
| commit | 29b7a087efc64965e079733fe62e552fac70d13a (patch) | |
| tree | f96d97dc7b2b715f9bf83d11c0101ae2cdcce8f4 /nova/compute | |
| parent | dc887ab39641039817cdddce062bd398e69d07e5 (diff) | |
Fix a giant batch of copypasta.
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/manager.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index b0c301925..916c1db5e 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -195,6 +195,7 @@ class ComputeManager(manager.SchedulerDependentManager): """This call passes straight through to the virtualization driver.""" return self.driver.refresh_provider_fw_rules() + @exception.wrap_exception def run_instance(self, context, instance_id, **kwargs): """Launch a new instance with specified options.""" context = context.elevated() |
