diff options
| author | Ed Leafe <ed@leafe.com> | 2011-01-19 13:05:01 -0600 |
|---|---|---|
| committer | Ed Leafe <ed@leafe.com> | 2011-01-19 13:05:01 -0600 |
| commit | 6ab5b9bd81ee754553c515fc28b7c2da71e0ab12 (patch) | |
| tree | 4e175e500b9c87280088ceadb4465b3852029dce /nova/virt | |
| parent | ea812e66a4d2d84af8c63281c35c4109be1f67db (diff) | |
| download | nova-6ab5b9bd81ee754553c515fc28b7c2da71e0ab12.tar.gz nova-6ab5b9bd81ee754553c515fc28b7c2da71e0ab12.tar.xz nova-6ab5b9bd81ee754553c515fc28b7c2da71e0ab12.zip | |
Removed unneeded line
Diffstat (limited to 'nova/virt')
| -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 ebc903d7b..4988aef3f 100644 --- a/nova/virt/xenapi/vm_utils.py +++ b/nova/virt/xenapi/vm_utils.py @@ -346,7 +346,6 @@ class VMHelper(HelperBase): def _fetch_image_objectstore(cls, session, instance_id, image, access, secret, type): url = images.image_url(image) - access = AuthManager().get_access_key(user, project) LOG.debug(_("Asking xapi to fetch %(url)s as %(access)s") % locals()) fn = (type != ImageType.KERNEL_RAMDISK) and 'get_vdi' or 'get_kernel' args = {} |
