summaryrefslogtreecommitdiffstats
path: root/nova/virt
diff options
context:
space:
mode:
authorEd Leafe <ed@leafe.com>2011-01-19 13:05:01 -0600
committerEd Leafe <ed@leafe.com>2011-01-19 13:05:01 -0600
commit6ab5b9bd81ee754553c515fc28b7c2da71e0ab12 (patch)
tree4e175e500b9c87280088ceadb4465b3852029dce /nova/virt
parentea812e66a4d2d84af8c63281c35c4109be1f67db (diff)
downloadnova-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.py1
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 = {}