diff options
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 807150949..e80c11b84 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -1115,7 +1115,7 @@ class ComputeManager(manager.SchedulerDependentManager): @exception.wrap_exception(notifier=notifier, publisher_id=publisher_id()) @checks_instance_lock @wrap_instance_fault - def prep_resize(self, context, instance_uuid, instance_type_id): + def prep_resize(self, context, instance_uuid, instance_type_id, **kwargs): """Initiates the process of moving a running instance to another host. Possibly changes the RAM and disk size in the process. |
