Return-Path: Delivered-To: apmail-incubator-libcloud-archive@minotaur.apache.org Received: (qmail 90650 invoked from network); 24 Dec 2010 21:43:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Dec 2010 21:43:11 -0000 Received: (qmail 99904 invoked by uid 500); 24 Dec 2010 21:43:11 -0000 Delivered-To: apmail-incubator-libcloud-archive@incubator.apache.org Received: (qmail 99858 invoked by uid 500); 24 Dec 2010 21:43:11 -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 99849 invoked by uid 99); 24 Dec 2010 21:43:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 21:43:11 +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, 24 Dec 2010 21:43:09 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBOLgmwK020961 for ; Fri, 24 Dec 2010 21:42:48 GMT Message-ID: <15996930.14181293226968091.JavaMail.jira@thor> Date: Fri, 24 Dec 2010 16:42:48 -0500 (EST) From: "Jerry Chen (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] Commented: (LIBCLOUD-53) Improvements to createNode and listNodes in RackspaceDriver.java [ https://issues.apache.org/jira/browse/LIBCLOUD-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974973#action_12974973 ] Jerry Chen commented on LIBCLOUD-53: ------------------------------------ Eric, any luck with integrating this patch? > Improvements to createNode and listNodes in RackspaceDriver.java > ---------------------------------------------------------------- > > Key: LIBCLOUD-53 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-53 > Project: Libcloud > Issue Type: Improvement > Components: Core > Affects Versions: 0.3.0 > Reporter: Robert Yokota > Assignee: Eric Woods > Priority: Minor > Attachments: RackspaceDriver.java.diff > > > Improvements to createNode and listNodes in RackspaceDriver.java > In createNode, I added code to use NodeAuth as a public SSH key if it is set (assuming it is already base64-encoded) > in parseImages, parseSizes, and parseNodes, I fixed the XPath expressions, which were not working > I added a method listNodes that takes a sinceDate. This is to get around some Rackspace caching which causes stale data to be returned. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.