diff options
| -rw-r--r-- | nova/compute/api.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index 75b8bcf91..e24a3de5b 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -335,6 +335,7 @@ class API(base.Base): 'architecture': architecture, 'vm_mode': vm_mode, 'root_device_name': root_device_name, + 'progress': 0, 'auto_disk_config': auto_disk_config} LOG.debug(_("Going to run %s instances...") % num_instances) @@ -1323,6 +1324,7 @@ class API(base.Base): instance, vm_state=vm_states.RESIZING, task_state=task_states.RESIZE_PREP, + progress=0, **kwargs) request_spec = { |
