Return-Path: Delivered-To: apmail-incubator-libcloud-archive@minotaur.apache.org Received: (qmail 96274 invoked from network); 24 Dec 2010 18:09:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Dec 2010 18:09:10 -0000 Received: (qmail 44434 invoked by uid 500); 24 Dec 2010 18:09:10 -0000 Delivered-To: apmail-incubator-libcloud-archive@incubator.apache.org Received: (qmail 44408 invoked by uid 500); 24 Dec 2010 18:09:10 -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 44400 invoked by uid 99); 24 Dec 2010 18:09:10 -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 18:09:10 +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 18:09:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBOI8kPi003226 for ; Fri, 24 Dec 2010 18:08:46 GMT Message-ID: <22984280.13131293214126584.JavaMail.jira@thor> Date: Fri, 24 Dec 2010 13:08:46 -0500 (EST) From: "Jerry Chen (JIRA)" To: libcloud@incubator.apache.org In-Reply-To: <4616744.101371288193781684.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] Resolved: (LIBCLOUD-60) ElasticHosts driver deployment support [ https://issues.apache.org/jira/browse/LIBCLOUD-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Chen resolved LIBCLOUD-60. -------------------------------- Resolution: Fixed Fix Version/s: 0.4.1 Applied the 4 patches as r1052534-r1052537 inclusive. I had you in git commit --author but apparently that doesn't carry over to Subversion. No worries, I credited you in CHANGES. The ElasticHosts drives list needed to be refreshed though, so I updated your patch by referencing the website. For example, some UUIDs weren't matching the key in the dict. I also updated the test cases, which failed in a few places since the UUIDs changed and the number of drives went down from 9 to 8. Thanks! > ElasticHosts driver deployment support > -------------------------------------- > > Key: LIBCLOUD-60 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-60 > Project: Libcloud > Issue Type: Improvement > Reporter: Tomaz Muraus > Priority: Minor > Fix For: 0.4.1 > > Attachments: elastichosts_deployment_support.patch > > > ElasticHosts recently updated their API and added support for SSH login with user 'toor' if vnc_password is provided when creating a node (the 'toor' account password is the same as the provided vnc_password). > This patch updates the standard drives list and adds deployment support to the driver. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.