diff options
| author | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2012-04-05 18:16:29 +0000 |
|---|---|---|
| committer | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2012-04-05 18:16:29 +0000 |
| commit | 5f184e9d95503759b63e6e7ff124c759c31b34ea (patch) | |
| tree | d409379c63a47be2c9e74872aef5f4ac9d031d0f /nova | |
| parent | a69e3efa54bd90eac8f536c477d0deaf240bdf3f (diff) | |
glance plugin no longer takes num_retries parameter
Change-Id: Ic377a1f8ff0f012de82791cec01f6fcb33554f11
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/virt/xenapi/vm_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/virt/xenapi/vm_utils.py b/nova/virt/xenapi/vm_utils.py index 0e611e156..1a5ad0987 100644 --- a/nova/virt/xenapi/vm_utils.py +++ b/nova/virt/xenapi/vm_utils.py @@ -725,7 +725,6 @@ class VMHelper(xenapi.HelperBase): 'glance_port': glance_port, 'uuid_stack': uuid_stack, 'sr_path': cls.get_sr_path(session), - 'num_retries': 0, 'auth_token': getattr(context, 'auth_token', None)} kwargs = {'params': pickle.dumps(params)} |
