Return-Path: Delivered-To: apmail-incubator-libcloud-archive@minotaur.apache.org Received: (qmail 17051 invoked from network); 25 Jun 2010 00:36:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Jun 2010 00:36:14 -0000 Received: (qmail 33427 invoked by uid 500); 25 Jun 2010 00:36:14 -0000 Delivered-To: apmail-incubator-libcloud-archive@incubator.apache.org Received: (qmail 33349 invoked by uid 500); 25 Jun 2010 00:36:14 -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 33341 invoked by uid 99); 25 Jun 2010 00:36:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 00:36:13 +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; Fri, 25 Jun 2010 00:36:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5P0Zo7f021534 for ; Fri, 25 Jun 2010 00:35:50 GMT Message-ID: <33389122.50651277426150015.JavaMail.jira@thor> Date: Thu, 24 Jun 2010 20:35:50 -0400 (EDT) From: "Steve Steiner (JIRA)" To: libcloud@incubator.apache.org 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] Created: (LIBCLOUD-40) Different drivers use different types for Node.id Different drivers use different types for Node.id ------------------------------------------------- Key: LIBCLOUD-40 URL: https://issues.apache.org/jira/browse/LIBCLOUD-40 Project: Libcloud Issue Type: Bug Components: Core Affects Versions: 0.3.0 Environment: Any Reporter: Steve Steiner The type of the 'id' field is different ( for rackspace, for linode) on Nodes returned from the list_images() call. I posted this to the mailing list and apparently there is not a standard type for 'id' across drivers. The unit tests seem to initialize nodes with integer 'id' as well. They should all use the same type for the id field -- presumably string since there are providers that use strings that cannot be converted to ints. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.