Return-Path: Delivered-To: apmail-incubator-libcloud-archive@minotaur.apache.org Received: (qmail 63920 invoked from network); 28 Apr 2010 15:41:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Apr 2010 15:41:57 -0000 Received: (qmail 33850 invoked by uid 500); 28 Apr 2010 15:41:57 -0000 Delivered-To: apmail-incubator-libcloud-archive@incubator.apache.org Received: (qmail 33828 invoked by uid 500); 28 Apr 2010 15:41:57 -0000 Mailing-List: contact libcloud-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: libcloud@incubator.apache.org Delivered-To: mailing list libcloud@incubator.apache.org Received: (qmail 33820 invoked by uid 99); 28 Apr 2010 15:41:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 15:41:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 15:41:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3SFfW1e013495 for ; Wed, 28 Apr 2010 15:41:33 GMT Message-ID: <17607660.58871272469292919.JavaMail.jira@thor> Date: Wed, 28 Apr 2010 11:41:32 -0400 (EDT) From: "Viktor Stanchev (JIRA)" To: libcloud@incubator.apache.org In-Reply-To: <27055510.58831272469127608.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [libcloud] [jira] Updated: (LIBCLOUD-22) ECP driver improvements [ https://issues.apache.org/jira/browse/LIBCLOUD-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viktor Stanchev updated LIBCLOUD-22: ------------------------------------ Attachment: ecp_2.patch > ECP driver improvements > ----------------------- > > Key: LIBCLOUD-22 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-22 > Project: Libcloud > Issue Type: Improvement > Components: Core > Affects Versions: 0.3.0 > Reporter: Viktor Stanchev > Priority: Critical > Fix For: 0.3.0 > > Attachments: ecp_2.patch > > > I added raising InvalidCredsException, common errors and all features. I moved error checking to the universal error checking function rather than having it for each request. I made various other improvements for consistency. The driver might need a little more work for some exceptional conditions, but it works perfectly under normal conditions. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.