diff options
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/xenserver/xenapi/etc/xapi.d/plugins/glance | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance b/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance index 950b78707..ac1a8b621 100755 --- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance +++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/glance @@ -259,7 +259,7 @@ def _upload_tarball(staging_path, image_id, glance_host, glance_port, os_type, conn.putrequest('HEAD', '/v1/images/%s' % image_id) if auth_token: conn.putheader('x-auth-token', auth_token) - conn.endheaders() + conn.endheaders() resp = conn.getresponse() if resp.status != httplib.OK: |
