diff options
| author | Cerberus <matt.dietz@rackspace.com> | 2011-02-04 15:43:41 -0600 |
|---|---|---|
| committer | Cerberus <matt.dietz@rackspace.com> | 2011-02-04 15:43:41 -0600 |
| commit | 855b9443cf109302e9882d527f237049b9624a05 (patch) | |
| tree | 97ab855cd8242a8a6c23aa4d1a9a697a78cae7fa /plugins | |
| parent | 48dcaa60e6d5e1b1874f732e27abac8aeb618f4b (diff) | |
Didn't mean to actually make changes to the glance plugin
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/xenserver/xenapi/etc/xapi.d/plugins/glance | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance b/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance index 3b7ceacc9..aadacce57 100644 --- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance +++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance @@ -54,10 +54,6 @@ def copy_kernel_vdi(session,args): _copy_kernel_vdi('/dev/%s' % dev,copy_args)) return filename -def transfer_disk(dest, args): - vdi = exists(args, 'vdi-ref') - - def _copy_kernel_vdi(dest,copy_args): vdi_uuid=copy_args['vdi_uuid'] vdi_size=copy_args['vdi_size'] |
