From 5f184e9d95503759b63e6e7ff124c759c31b34ea Mon Sep 17 00:00:00 2001 From: Johannes Erdfelt Date: Thu, 5 Apr 2012 18:16:29 +0000 Subject: glance plugin no longer takes num_retries parameter Change-Id: Ic377a1f8ff0f012de82791cec01f6fcb33554f11 --- nova/virt/xenapi/vm_utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'nova') 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)} -- cgit