Return-Path: Delivered-To: apmail-incubator-libcloud-archive@minotaur.apache.org Received: (qmail 92783 invoked from network); 23 Sep 2010 15:49:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Sep 2010 15:49:00 -0000 Received: (qmail 63086 invoked by uid 500); 23 Sep 2010 15:49:00 -0000 Delivered-To: apmail-incubator-libcloud-archive@incubator.apache.org Received: (qmail 62860 invoked by uid 500); 23 Sep 2010 15:48:58 -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 62729 invoked by uid 99); 23 Sep 2010 15:48:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Sep 2010 15:48: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; Thu, 23 Sep 2010 15:48:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8NFmXHx004304 for ; Thu, 23 Sep 2010 15:48:33 GMT Message-ID: <26635801.365521285256913544.JavaMail.jira@thor> Date: Thu, 23 Sep 2010 11:48:33 -0400 (EDT) From: "Robert Yokota (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-53) Improvements to createNode and listNodes in RackspaceDriver.java 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 Priority: Minor 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.